X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=b8c15458143dbf7af27a52c732a32c0bd97317f8;hb=8f970d2c1ea310e52e5f0b7e4414dd57a9fd3cb8;hp=7ea5c5012e66179d13f62eaf850157c5a6954ac4;hpb=12ae9f69129db1990440c2719911dac1f670afaf;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 7ea5c50..b8c1545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2006-06-21 Sergey Poznyakoff + + * doc/tar.texi (Overriding File Metadata): New node + Document --mtime option. + * src/common.h (set_mtime_option,mtime_option): New globals + * src/create.c (start_header): Override mtime if requested + * src/tar.c: Implement new option, --mtime, allowing to set + modification times for all archive members during creation. + (struct tar_args): textual_date_option replaced with a linked list + textual_date. All references updated. + (get_date_or_file,report_textual_dates): New functions. + * configure.ac: Raise version number to 1.15.92 + * NEWS: Update + +2006-06-20 Sergey Poznyakoff + + * src/common.h (struct name.explicit): Remove + Use variable names in all declarations + (name_scan): Remove second argument + * src/delete.c: Remove second argument from calls to name_scan + * src/update.c: Likewise + * src/incremen.c (procdir): Use is_individual_file to check for + files explicitely specified in the command line. Fixes bug + reported by Dat Head on 19 Jun 2006 (descending into mountpoints + with --one-file-system in use) + * src/misc.c (maybe_backup_file): Second argument is bool + * src/names.c (name_next_elt): Call register_individual_file + (namelist_match): Remove third argument + (name_match): Change return type to bool + (name_scan): Remove second argument + * src/sparse.c (pax_dump_header): Store original sparse file name + in GNU.sparse.name variable. The name field in the ustar header + now contains generated name (%d/GNUSparseFile.%p/%f), so that + non-pax-aware tars won't extract the file under the original + filename. + * src/xheader.c (GNU.sparse.name): New variable for storing sparse + file name. + 2006-06-13 Sergey Poznyakoff * doc/Makefile.am (check-options): Expand macros before grepping @@ -11,6 +49,8 @@ Document --unquote, --no-unquote (Short Option Summary): Build a table of cross-references to the corresponding long options. + (Using Multiple Tapes,Multi-Volume Archives): Rewritten + * doc/value.texi (xopindex,opsummary): New macros * doc/Makefile.am (check-options): New goal