summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-15 14:38:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-15 14:38:02 +0200
commita7289daf5c7c8f197dac0ce6b0ec54752cb78da0 (patch)
tree731f0b0d5c2d2be6a3d461cc699c921f4112b327
parent72506bddeef6555a6a7031cdbadfb2df381b4fa5 (diff)
downloadtar-a7289daf5c7c8f197dac0ce6b0ec54752cb78da0.tar.gz
tar-a7289daf5c7c8f197dac0ce6b0ec54752cb78da0.tar.bz2
Version 1.31.90
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ab92ea19..34e1fadc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,23 @@
-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>
+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
+
+
version 1.31 - Sergey Poznyakoff, 2019-01-02
* Fix heap-buffer-overrun with --one-top-level.
diff --git a/configure.ac b/configure.ac
index 28392f17..761f38cd 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 <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])

Return to:

Send suggestions and report system problems to the System administrator.