X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=5ec37fa3411f5e2dc59b66b58a4fe9c8dc56beaf;hb=8dd9a2105e18f54fe017fa5812e300eb2925a49b;hp=d1a8dcada7300edddfc53da52751b92da98ae8a8;hpb=92554b7c94acfcb18c0ae2b36e3a96c20453a47e;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index d1a8dca..5ec37fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2006-04-11 Sergey Poznyakoff + + * src/extract.c (extract_dir): Fix toggling existing directory + permissions (Debian bug #361077). Use parts of patch provided by + Ian Jackson . + * src/compare.c: Minor changes + * src/incremen.c (directory.new): New member + (note_directory,find_directory: Use make_directory to create + struct directory entries + (procdir): Avoid duplicating directories in the incremental + backup map. + * tests/Makefile.am (TESTSUITE_AT): Add extrac06.at + * tests/testsuite.at: Include extrac06.at + +2006-03-18 Ralf Wildenhues (trivial change) + + * tests/atlocal.in (PATH): Add build-aux from the source tree, + not the build tree. + +2006-03-13 Sergey Poznyakoff + + * THANKS: Add Benno Schulenberg + +2006-03-13 Jim Meyering + + * tests/listed02.at: Sort the two lines of stderr from the + first `tar -v --listed-incremental'. They would come out + reversed and provoke a test failure on a tmpfs + file system. + +2006-03-13 Benno Schulenberg + + * doc/tar.texi: Minor fixes. + * src/tar.c (options): Consistently begin help messages with a + lowercase letter. + +2006-03-12 Sergey Poznyakoff + + * tests/Makefile.am (AM_CPPFLAGS): Define LOCALEDIR + +2006-03-07 Paul Eggert + + * src/buffer.c (record_buffer_aligned): New var. + (init_buffer): Use it to ensure that the buffer is aligned. + This doesn't result in any measurable performance improvement + on my host (Debian GNU/Linux 3.1 stable, with default block size), + but I assume it does help on some hosts. + + * lib/.cvsignore: Sort. + +2006-03-04 Sergey Poznyakoff + + * tests/shortrec.at: Use -f - to read from stdin. + +2006-02-21 Sergey Poznyakoff + + * doc/tar.texi: Fix typo: --to-command instead of --to-program + 2006-02-20 Paul Eggert * tests/multiv04.at (split directory members in a MV archive):