From: Sergey Poznyakoff Date: Sat, 23 Feb 2019 12:54:53 +0000 (+0200) Subject: Version 1.32 X-Git-Tag: release_1_32^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cfdfb8b61e2b84b37a61c18a83ef0916e9a0d2;p=thirdparty%2Ftar.git Version 1.32 --- diff --git a/NEWS b/NEWS index 34e1fadc..acbebdd4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -GNU tar NEWS - User visible changes. 2019-01-15 +GNU tar NEWS - User visible changes. 2019-02-23 Please send GNU tar bug reports to -version 1.31.90 (git) +version 1.32 - Sergey Poznyakoff, 2019-02-23 * Fix the use of --checkpoint without explicit --checkpoint-action diff --git a/configure.ac b/configure.ac index 761f38cd..75fb2e4f 100644 --- a/configure.ac +++ b/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 . -AC_INIT([GNU tar], [1.31.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.32], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])