From f6c25db5fef8f1e82c7a9e87ed42d311cb1bcb32 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 6 Oct 2013 00:02:17 +0300 Subject: [PATCH] Version 1.27 * NEWS: Update. * configure.ac: Update. --- NEWS | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 90a9022..ffeb4b8 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -GNU tar NEWS - User visible changes. 2013-09-23 +GNU tar NEWS - User visible changes. 2013-10-05 Please send GNU tar bug reports to -version 1.26.90 (Git) +version 1.27 - Sergey Poznyakoff, 2013-10-05 * Bug fixes @@ -77,7 +77,7 @@ size, if it differs from the default. * New command line option --keep-directory-symlink -By default, if when trying to extract a directory from the archive, +By default, if trying to extract a directory from the archive, tar discovers that the corresponding file name already exists and is a symbolic link, it first unlinks the entry, and then extracts the directory. diff --git a/configure.ac b/configure.ac index 5feff66..3bff70e 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.26.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.27], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -- 2.43.0