X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=0c13afffdb8ad1ddbaeb5eadb7e13bb41fe8ce17;hb=c78356fedadbe36aae1e063c69d11636c86d35e6;hp=b2e94524cc0b4344b6656c787574369b4d691802;hpb=3af9cc0f1550e8c882f1a017727d41b54674c2d5;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index b2e9452..0c13aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,52 @@ +2008-09-24 Sergey Poznyakoff + + * NEWS: Update. + * doc/tar.texi: Update. + * src/tar.c: New option --no-null. + +2008-09-23 Sergey Poznyakoff + + * src/common.h (filename_terminator): Remove global. + * src/tar.c (filename_terminator): New static. + * src/names.c (name_next_elt): Do not depend on + filename_terminator, this was a leftover from 1.13. + +2008-09-18 Sergey Poznyakoff + + * doc/tar.texi: Remove incorrect example. + +2008-09-07 Sergey Poznyakoff + + * src/incremen.c (dumpdir_create0): Eliminate gcc warning. + (attach_directory): Bugfix - add missing return statement. + * THANKS: Add Enric Hernandez + +2008-07-31 Sergey Poznyakoff + + * src/incremen.c (struct directory): New member `next'. Change + type of `name'. + (dirhead, dirtail): New statics. + (make_directory): Reflect changes to struct directory. + (free_directory, attach_directory): New functions. + (dirlist_replace_prefix): New function. + (note_directory): Use attach_directory, instead of make_directory, + (find_directory, find_directory_meta): Use free_directory. + (procdir): Replace directory prefixes in directory list to avoid + marking subdirectories as renamed after renaming their parent + directory. + (append_incremental_renames): Iterate over directory list, not + hash table, to preserve logical ordering of renames. + * tests/rename04.at, tests/rename05.at: New test cases. + * tests/Makefile.am, tests/testsuite.at: Add rename04.at and + rename05.at. + * tests/atlocal.in (decho): New function. + * tests/multiv06.at: Use decho instead of echo2. + * tests/incremental.at: Raise wait interval to 2 seconds. + 2008-07-24 Sergey Poznyakoff * src/tar.c (decode_options): Do not allow volume length less than record size. - * src/buffer.c (_gnu_flush_write): Compensate for the effect of eventual flush_archive occurring in the middle of buffer move.