Pārlūkot izejas kodu

Version 1.27

* NEWS: Update.
* configure.ac: Update.
Sergey Poznyakoff 11 gadi atpakaļ
vecāks
revīzija
f6c25db5fe
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 3 3
      NEWS
  2. 1 1
      configure.ac

+ 3 - 3
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>
 
 
-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.
 

+ 1 - 1
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 <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_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])