Jelajahi Sumber

Version 1.30.90

* NEWS: Update.
* configure.ac: Update.
* THANKS: Add Adam Borowski.
Sergey Poznyakoff 7 tahun lalu
induk
melakukan
688924d2a8
3 mengubah file dengan 14 tambahan dan 2 penghapusan
  1. 12 1
      NEWS
  2. 1 0
      THANKS
  3. 1 1
      configure.ac

+ 12 - 1
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 <[email protected]>
 
+
+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
 

+ 1 - 0
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		[email protected]
+Adam Borowski		[email protected]
 Adye, TJ (Tim)		[email protected]
 Akiko Matsushita	[email protected]
 Alan Bawden		[email protected]

+ 1 - 1
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], [[email protected]])
+AC_INIT([GNU tar], [1.30.90], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])