]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Version 1.30.90
authorSergey Poznyakoff <gray@gnu.org>
Sun, 18 Mar 2018 08:38:16 +0000 (10:38 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sun, 18 Mar 2018 08:38:16 +0000 (10:38 +0200)
* NEWS: Update.
* configure.ac: Update.
* THANKS: Add Adam Borowski.

NEWS
THANKS
configure.ac

diff --git a/NEWS b/NEWS
index cd15fa1b1fa5b9482e204d5a5c066da0319d7ced..998258e8a21bda2d5137200c03f009c8c15750d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
-GNU tar NEWS - User visible changes. 2017-12-17
+GNU tar NEWS - User visible changes. 2018-03-18
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
+\f
+version 1.30.90 (Git)
+
+* Support for zstd compression
+
+New option '--zstd' instructs tar to use zstd as compression program.
+When listing, extractng and comparing, zstd compressed archives are
+recognized automatically.
+When '-a' option is in effect, zstd compression is selected if the
+destination archive name ends in '.zst' or '.tzst'.
+
 \f
 version 1.30 - Sergey Poznyakoff, 2017-12-17
 
diff --git a/THANKS b/THANKS
index 5e8e8c9233741b1f681ab32912ef7ed4a52ecb46..50ae69a57baffcfd5b390c42275934d8b7ecc742 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -8,6 +8,7 @@ list of these people.  Help me keep it complete and exempt of errors.
 See various ChangeLogs for a detailed description of contributions.
 
 Aage Robeck            aagero@ifi.uio.no
+Adam Borowski          kilobyte@angband.pl
 Adye, TJ (Tim)         T.J.Adye@rl.ac.uk
 Akiko Matsushita       matusita@sra.co.jp
 Alan Bawden            Alan@lcs.mit.edu
index 354e787f9cc1f628e9fd88a0b35f42c4e7a45cfd..66ed8ca06b64c233d7faadcaea7e999b47d40ec5 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU tar], [1.30], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.30.90], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])