]> Dogcows Code - chaz/tar/commitdiff
Update
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 17 Oct 2007 09:12:03 +0000 (09:12 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 17 Oct 2007 09:12:03 +0000 (09:12 +0000)
ChangeLog
NEWS

index 6d15c9cac774041caad7d1b3c315257065cade2e..f878d1d542924c9aa0c0039bcb93d8cc9c79e606 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-10-17  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * src/suffix.c: New file. Compress format detection by archive
+       suffix (when creating). Suggested by Jean-Pierre Demailly.
+       * src/Makefile.am: Add suffix.c
+       * src/buffer.c (magic): Add an entry for new lzma format. Proposed
+       by Lasse Collin.
+       * src/common.h (set_comression_program_by_suffix): New prototype.
+       * src/tar.c: New options --auto-compress (-a) and --lzma
+       * THANKS: Add Lasse Collin and Jean-Pierre Demailly.
+       * NEWS: Update
+       
 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1
diff --git a/NEWS b/NEWS
index e4b6987e2719e4cda808a9d7d4f7be642645d375..1563f512ecd2bbccded793dea4e42fcef6a51aab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
-GNU tar NEWS - User visible changes. 2007-10-10
+GNU tar NEWS - User visible changes. 2007-10-17
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
+\f
+(CVS)
+* New option --auto-compress (-a)
+
+With --create, selects compression algorithm basing on the suffix
+of the archive file name.
+
+* New option --lzma
+
+Selects LZMA compression algorithm
+
 \f
 version 1.19 - Sergey Poznyakoff, 2007-10-10
 
This page took 0.02776 seconds and 4 git commands to generate.