Version 1.21

This commit is contained in:
Sergey Poznyakoff
2008-12-27 11:40:31 +00:00
parent cd39b5a1b7
commit 970f999818
2 changed files with 4 additions and 4 deletions

6
NEWS
View File

@@ -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>
version 1.20.91 (CVS)
version 1.21 - Sergey Poznyakoff, 2008-12-27
* New short option -J
@@ -42,7 +42,7 @@ control type of archive members affected by them. The flags are:
- h
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.''
The scope flags are listed in the third part of an `s' expression,

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 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_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h:config.hin])