From: Sergey Poznyakoff Date: Sun, 17 Nov 2013 16:37:50 +0000 (+0200) Subject: Version 1.27.1 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=49f3145092b00de0b21bd0b751b6caaa57db4fc4;hp=ca8cb48d02ed234418f5eda94118f04b8c4aa3dd Version 1.27.1 --- diff --git a/NEWS b/NEWS index ffeb4b8..1a264b0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ -GNU tar NEWS - User visible changes. 2013-10-05 +GNU tar NEWS - User visible changes. 2013-11-17 Please send GNU tar bug reports to + +version 1.27.1 - Sergey Poznyakoff, 2013-11-17 + +* Bug fixes + +* Fix unquoting of file names obtained via the -T option. + +* Fix GNU long link header timestamp (backward compatibility). + +* Fix extracting sparse members from star archives. + version 1.27 - Sergey Poznyakoff, 2013-10-05 diff --git a/configure.ac b/configure.ac index e572b77..c9d1250 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 . -AC_INIT([GNU tar], [1.27], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.27.1], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])