Version 1.27
* NEWS: Update. * configure.ac: Update.
This commit is contained in:
6
NEWS
6
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 <bug-tar@gnu.org>
|
Please send GNU tar bug reports to <bug-tar@gnu.org>
|
||||||
|
|
||||||
|
|
||||||
version 1.26.90 (Git)
|
version 1.27 - Sergey Poznyakoff, 2013-10-05
|
||||||
|
|
||||||
* Bug fixes
|
* Bug fixes
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ size, if it differs from the default.
|
|||||||
|
|
||||||
* New command line option --keep-directory-symlink
|
* 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
|
tar discovers that the corresponding file name already exists and is a
|
||||||
symbolic link, it first unlinks the entry, and then extracts the directory.
|
symbolic link, it first unlinks the entry, and then extracts the directory.
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
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_SRCDIR([src/tar.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|||||||
Reference in New Issue
Block a user