X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;h=41227f59434c2c7281b30018b1397b105564941d;hb=f63937ee1182081ec42ac8bfc419666a6b9a0edd;hp=7dd05f813922bdf51b3a04afd489f419b3025033;hpb=c286dbf484dc985fb63d5c677fc8cd91b5b1d0f6;p=tar diff --git a/ChangeLog b/ChangeLog index 7dd05f8..41227f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2009-03-05 Sergey Poznyakoff + + * src/incremen.c: --no-recursive works with --incremental. + +2009-03-04 Sergey Poznyakoff + + Add xz support. + + * src/buffer.c, src/suffix.c: Add support for xz compression. + * src/tar.c: New option --xz, for compression/decompression using xz. + Re-assign -J as a short equivalent of --xz. + +2009-01-19 Sergey Poznyakoff + + * doc/tar.texi: Fix typo. + +2008-12-29 Sergey Poznyakoff + + * bootstrap.conf: Include size_max. + * gnulib.modules: Remove memset, rmdir. Replace strdup with + strdup-posix. Patch by Eric Blake. + * src/tar.c: Implement -I as a shorthand for --use-compress-program. + * doc/tar.texi: Document -I. + * tests/pipe.at, tests/shortrec.at: Account for eventual 'Record + size' output. + * tests/testsuite.at (AT_TAR_CHECK_HOOK): New define + (AT_TAR_WITH_HOOK, TAR_IGNREC_HOOK): New macros. + 2008-11-30 Sergey Poznyakoff * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported