Version 1.21
This commit is contained in:
6
NEWS
6
NEWS
@@ -1,8 +1,8 @@
|
|||||||
GNU tar NEWS - User visible changes. 2008-10-30
|
GNU tar NEWS - User visible changes. 2008-12-27
|
||||||
Please send GNU tar bug reports to <bug-tar@gnu.org>
|
Please send GNU tar bug reports to <bug-tar@gnu.org>
|
||||||
|
|
||||||
|
|
||||||
version 1.20.91 (CVS)
|
version 1.21 - Sergey Poznyakoff, 2008-12-27
|
||||||
|
|
||||||
* New short option -J
|
* New short option -J
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ control type of archive members affected by them. The flags are:
|
|||||||
- h
|
- h
|
||||||
Apply transformation to hard link targets.
|
Apply transformation to hard link targets.
|
||||||
|
|
||||||
Corresponding upper-case letters negate the flag meaning, so that
|
Corresponding upper-case letters negate the meaning, so that
|
||||||
`H' means ``do not apply transformation to hard link targets.''
|
`H' means ``do not apply transformation to hard link targets.''
|
||||||
|
|
||||||
The scope flags are listed in the third part of an `s' expression,
|
The scope flags are listed in the third part of an `s' expression,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
# 02110-1301, USA.
|
# 02110-1301, USA.
|
||||||
|
|
||||||
AC_INIT([GNU tar], [1.20.91], [bug-tar@gnu.org])
|
AC_INIT([GNU tar], [1.21], [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:config.hin])
|
AC_CONFIG_HEADERS([config.h:config.hin])
|
||||||
|
|||||||
Reference in New Issue
Block a user