소스 검색

Version 1.16

Sergey Poznyakoff 18 년 전
부모
커밋
a4b1564d4a
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      NEWS
  2. 1 2
      configure.ac

+ 1 - 1
NEWS

@@ -1,7 +1,7 @@
 GNU tar NEWS - User visible changes.
 Please send GNU tar bug reports to <[email protected]>
 
-version 1.15.92 - Sergey Poznyakoff, (CVS)
+version 1.16 - Sergey Poznyakoff, 2006-10-21
 
 * After creating an archive, tar exits with code 1 if some files were
 changed while being read.  Previous versions exited with code 2 (fatal

+ 1 - 2
configure.ac

@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-AC_INIT([GNU tar], [1.15.92], [[email protected]])
+AC_INIT([GNU tar], [1.16], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h:config.hin])
@@ -238,7 +238,6 @@ else
 	BACKUP_SED_COND='/^\#IF_DATE_FORMAT_OK/,/^\#ELSE_DATE_FORMAT_OK/d;/^\#ENDIF_DATE_FORMAT_OK/d'
 fi
 
-
 AC_OUTPUT([Makefile\
            doc/Makefile\
            lib/Makefile\