Forráskód Böngészése

Version 1.30

* configure.ac: Set version 1.30
* NEWS: Update.
Sergey Poznyakoff 7 éve
szülő
commit
f8459cf838
2 módosított fájl, 11 hozzáadás és 5 törlés
  1. 10 4
      NEWS
  2. 1 1
      configure.ac

+ 10 - 4
NEWS

@@ -1,8 +1,8 @@
-GNU tar NEWS - User visible changes. 2017-11-16
+GNU tar NEWS - User visible changes. 2017-12-17
 Please send GNU tar bug reports to <[email protected]>
 Please send GNU tar bug reports to <[email protected]>
 
 
 
 
-version 1.29.90 (Git)
+version 1.30 - Sergey Poznyakoff, 2017-12-17
 
 
 * Member names containing '..' components are now skipped when extracting.
 * Member names containing '..' components are now skipped when extracting.
 
 
@@ -10,7 +10,7 @@ This fixes tar's behavior to match its documentation, and is a bit
 safer when extracting untrusted archives over old files (an unsafe
 safer when extracting untrusted archives over old files (an unsafe
 practice that the tar manual has long recommended against).
 practice that the tar manual has long recommended against).
 
 
-* Report erroneous use of positional options.
+* Report erroneous use of position-sensitive options.
 
 
 During archive creation or update, tar keeps track of positional
 During archive creation or update, tar keeps track of positional
 options (see the manual, subsection 3.4.4 "Position-Sensitive
 options (see the manual, subsection 3.4.4 "Position-Sensitive
@@ -22,7 +22,7 @@ invoked as
 tar will create the archive, but will exit with status 2, having
 tar will create the archive, but will exit with status 2, having
 issued the following error message
 issued the following error message
 
 
-   tar: The following options were used after any non-optional
+   tar: The following options were used after non-optional
    arguments in archive create or update mode.  These options are
    arguments in archive create or update mode.  These options are
    positional and affect only arguments that follow them.  Please,
    positional and affect only arguments that follow them.  Please,
    rearrange them properly.
    rearrange them properly.
@@ -30,6 +30,7 @@ issued the following error message
    tar: Exiting with failure status due to previous errors
    tar: Exiting with failure status due to previous errors
 
 
 * --numeric-owner now affects private headers too.
 * --numeric-owner now affects private headers too.
+
 This helps the output of 'tar' to be more deterministic.
 This helps the output of 'tar' to be more deterministic.
 
 
 * Fixed the --delay-directory-restore option
 * Fixed the --delay-directory-restore option
@@ -49,6 +50,11 @@ This includes warnings about unreadable files produced when
 --ignore-failed-read is in effect. To output these, use
 --ignore-failed-read is in effect. To output these, use
 --warnings=none --warnings=no-failed-read.
 --warnings=none --warnings=no-failed-read.
 
 
+* Fix reporting of hardlink mismatches during compare
+
+Tar reported incorrect target file name in the 'Not linked to'
+diagnostic message.
+
 
 
 version 1.29 - Sergey Poznyakoff, 2016-05-16
 version 1.29 - Sergey Poznyakoff, 2016-05-16
 
 

+ 1 - 1
configure.ac

@@ -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.29.90], [[email protected]])
+AC_INIT([GNU tar], [1.30], [[email protected]])
 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])