X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=6b9676c0ad3e15462db70f8cd6c3f9170e3e8aaa;hb=c9a7297a8a135c0afd8f984b91578a822ba3b04c;hp=8948d43d4fc8d9a55fd4e75e4ee2fe4df0d5942d;hpb=985637ab5a7448cf89e59ac433229a4fef2d265d;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8948d43..6b9676c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2008-06-26 Sergey Poznyakoff + * configure.ac, NEWS: Version 1.20.90 + * doc/tar.texi: Document -J, --no-auto-compress, etc. + * src/buffer.c (ct_tar): New constant. + (magic): Add lzop support. Proposed by Kevin Day + . + (check_compressed_archive): Do not use autodetect if the + compression program was specified explicitly. + Fall back to analyzing archive name, if the autodetection fails. + * src/suffix.c: Add .lzo + * src/tar.c: New options --lzop and --no-auto-compress. + New short option -J (alias for --lzma). + * src/buffer.c (try_new_volume): Print more information with error diagnostics. (_gnu_flush_write): Improve error checking. Adjust @@ -22,7 +34,8 @@ 2008-06-14 Dan Drake (tiny change) - * src/tar.c (exclude_vcs_files): Support for Bazaar, Mercurial and Darcs. + * src/tar.c (exclude_vcs_files): Support for Bazaar, Mercurial and + Darcs. 2008-05-06 Sergey Poznyakoff