]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Version 1.31.90
authorSergey Poznyakoff <gray@gnu.org>
Tue, 15 Jan 2019 12:38:02 +0000 (14:38 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Tue, 15 Jan 2019 12:38:02 +0000 (14:38 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ab92ea19a2bba5694076aeab4a60ff0850df4b9e..34e1fadc7a56382ecc539a5460748dc9028b16fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-GNU tar NEWS - User visible changes. 2019-01-02
+GNU tar NEWS - User visible changes. 2019-01-15
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 
+\f
+version 1.31.90 (git)
+
+* Fix the use of --checkpoint without explicit --checkpoint-action
+
+* Fix extraction with the -U option
+
+See http://lists.gnu.org/archive/html/bug-tar/2019-01/msg00015.html,
+for details
+
+* Fix iconv usage on BSD-based systems
+
+* Fix possible NULL dereference (savannah bug #55369)
+
+* Improve the testsuite
+
 \f
 version 1.31 - Sergey Poznyakoff, 2019-01-02
 
index 28392f17fb0883f2d11428cbb2b03094547d2514..761f38cd6a2fc1ed616b4d53dd3ac5081a7e6622 100644 (file)
@@ -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.31], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.31.90], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])