summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-03-18 10:38:16 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-03-18 10:38:16 +0200
commit688924d2a8e1cefb2a5c6c5e562391b5bcfadcb2 (patch)
tree2c9359ffc8f047a6c7cf7670b7229413140a0184
parent3d45373d3b192d7342d49524193497598818d36d (diff)
downloadtar-688924d2a8e1cefb2a5c6c5e562391b5bcfadcb2.tar.gz
Version 1.30.90
* NEWS: Update. * configure.ac: Update. * THANKS: Add Adam Borowski.
-rw-r--r--NEWS13
-rw-r--r--THANKS1
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cd15fa1b..998258e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
-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>
+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'.
+
+
version 1.30 - Sergey Poznyakoff, 2017-12-17
* Member names containing '..' components are now skipped when extracting.
diff --git a/THANKS b/THANKS
index 5e8e8c92..50ae69a5 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 354e787f..66ed8ca0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])