]> Dogcows Code - chaz/tar/commitdiff
Version 1.27.1
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 17 Nov 2013 16:37:50 +0000 (18:37 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 17 Nov 2013 16:37:50 +0000 (18:37 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ffeb4b844a5242381a323fa98c08b4bb4b1af787..1a264b050e216021eb2b9eadc8c0ab3674bf081d 100644 (file)
--- 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 <bug-tar@gnu.org>
 
+\f
+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.
+
 \f
 version 1.27 - Sergey Poznyakoff, 2013-10-05
 
index e572b7744338a899e22817582d12bb4d823ebcc8..c9d1250ebf83236170457252bd2decb000fd644e 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.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])
This page took 0.022156 seconds and 4 git commands to generate.