X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=2511a3b22fb9d211063f410a57c04ec3442f6d2c;hb=75b511727c15f83976620c48cafeb0036d0087cd;hp=81a70cdc9f196bd4401e8fe96bd39815f2ea93cf;hpb=c54ec5a8957749d4f4d1ae99f05f553013ad3e1d;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 81a70cd..2511a3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2003-09-04 Sergey Poznyakoff + + * src/delete.c: Fixed deletion from the POSIX archives. + * src/list.c (read_header): Minor change. + * src/tar.c (main): Do not check for volume_label_option + if subcommand_option is not CREATE_SUBCOMMAND. + * src/xheader.c (xheader_decode): Store the header as + well (for eventual delete). + + * tests/incremen.sh: Explicitly request GNU format. This will + disappear when GNU extended header keywords are working. + * tests/multiv01.sh: Likewise + * tests/volume.sh: Likewise + +2003-09-04 Sergey Poznyakoff + + * src/create.c: Support for "linkpath" extended keyword. + * src/xheader.c (decode_record): Reversed the return + condition. + +2003-09-03 Sergey Poznyakoff + + * configure.ac: Allow to redefine the default output format. + * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro + (archive_format_string): New function. + (usage): Updated help output. + * README: Updated. + * NEWS: Updated. + * TODO: Updated. + 2003-09-02 Paul Eggert * src/common.h (destroy_stat, xheader_decode, xheader_store,