X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=c752e31d4bd94b426888cacb2af13e5de9e581da;hb=325a45f0f1a0c34b2401335d7478aba6ec8ad1fb;hp=49f6879bc9d2afe427c625224261fbbb557c4f46;hpb=ce486a8fd73ba1a5ccc8fea4b341dc7992659173;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 49f6879..c752e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,57 @@ +2004-05-16 Sergey Poznyakoff + + * bootstrap: Apply patches from patch subdirectory + * patches: New dir + * patches/argp.diff: New file + * patches/getopt.diff: New file + * configure.ac: Check for _getopt_long_only_r and + force using included version of getopt if the function + is not available. + * src/tar.c: Use argp for command line parsing. + * src/system.h: Minor formatting fix + * m4/.cvsignore: Updated + * lib/.cvsignore: Updated + * doc/tar.texi: Minor fix. + * src/extract.c: Fix improper use of 'path' term + * src/incremen.c: Likewise + * src/list.c: Likewise + * src/misc.c: Likewise + * src/names.c: Likewise + * src/rmt.h: Likewise + * src/rtapelib.c: Likewise + * src/update.c: Likewise + * src/xheader.c: Likewise + * tests/star/README: Minor fix + +2004-05-13 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14.1 + * src/tar.c: Renamed --strip-path to --strip-components + Changed improper use of _() to ngettext(). + * src/extract.c: Renamed strip_path_option to strip_components_option + * src/common.h: Likewise. + * NEWS: Updated. + * doc/tar.texi: Updated + 2004-05-11 Sergey Poznyakoff + * src/system.c (sys_child_open_for_uncompress): Do not + set read_full_records_option: the compressed archive is + likely not to contain integer number of records. Should + the user wish to use reblocking, he may always give tar + -B option. This is a minor improvement over the change + dated 2004-03-22. + * src/buffer.c (open_archive): Removed assignment to + read_full_records_option. + + * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s" + as the format argument, rather than a possibly-translated variable + string. Patch provided by Jim Meyering + * src/tar.c (decode_options): Fixed typo in the comment. + * tests/star/README: Minor correction + +2004-05-11 Sergey Poznyakoff + * directory: New file. GNU directory entry for tar. * doc/Makefile.am: Rewritten. Added rules for generating documentation for the project's website.