X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=2774978d83fdc2a4dd4d0ff4d57801f723e83004;hb=dd197c5ccb6555275cd42539fae5ce9cc78a963b;hp=31425a4ae6d8a79d3b9987222af4430895e78baf;hpb=f2bf9f2ffa06c0a89a799e64672f58a8e7d0efc7;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 31425a4..2774978 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2006-05-02 Sergey Poznyakoff + + * src/buffer.c (try_new_volume): Attempt to continue if the name + is apparently truncated in a GNU format volume. + + * tests/comprec.at, tests/delete01.at, tests/delete02.at, + tests/delete04.at, tests/delete05.at, tests/extrac05.at, + tests/listed01.at, tests/multiv01.at, tests/multiv02.at, + tests/pipe.at, tests/same-order01.at, tests/same-order02.at, + tests/sparse01.at, tests/sparse03.at: Always use genfile --file, + this enables extra error checking. + + * tests/multiv03.at: Attempt to extract a member with truncated + file name from the archive. + + * src/buffer.c (_open_archive): Remove unnecessary argument to + check_compressed_archive. + +2006-04-25 Sergey Poznyakoff + + * tests/sparse01.at, tests/sparse02.at, tests/sparse03.at, + tests/sparsemv.at, tests/sparsemvp.at: Skip the test if the file + system does not support sparse files. + * doc/tar.texi (@copying): Remove the reference to not existing + invariant section. + +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): + Don't use %X in an awk printf format; this doesn't work with + Solaris 10 /usr/bin/awk. Use %x instead. + +2006-02-20 Sergey Poznyakoff + + * src/create.c (split_long_name): Fix maximum length estimation. + Patch by Jim Lowe. + * tests/Makefile.am (lustar01.at,lustar02.at,lustar03.at): New + tests. + * tests/atlocal.in: Add build-aux to the PATH + * tests/long01.at: Remove mkhier, use AT_TAR_MKHIER instead + * tests/longv7.at: Reword test title + * tests/lustar01.at: New test + * tests/lustar02.at: New test + * tests/lustar03.at: New test + * tests/testsuite.at (AT_TAR_MKHIER): New macro + (lustar01.at,lustar02.at,lustar03.at): New tests. + 2006-02-20 Paul Eggert * bootstrap: Don't claim lib/Makefile.am is generated automatically @@ -73,7 +178,7 @@ 2006-02-07 Jim Meyering - * src/xheader.c (sparse_map_decoder): Fix misleading diagnostic. + * src/xheader.c (sparse_map_decoder): Fix misleading diagnostic. 2006-01-31 Sergey Poznyakoff