]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Version 1.34 release_1_34
authorSergey Poznyakoff <gray@gnu.org>
Sat, 13 Feb 2021 11:11:01 +0000 (13:11 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 13 Feb 2021 11:11:01 +0000 (13:11 +0200)
NEWS
configure.ac
paxutils

diff --git a/NEWS b/NEWS
index b4288e9b0db4f897f715a1efa5724d93f9fbc5c9..6ad1c377e4b02bae7437e9dbe3a7d0e945ffa410 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-GNU tar NEWS - User visible changes. 2021-01-07
+GNU tar NEWS - User visible changes. 2021-02-13
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 \f
+version 1.34 - Sergey Poznyakoff, 2021-02-13
+
+* Fix extraction over pipe (savannah bug #60002)
+
+* Fix memory leak in read_header (savannah bug #59897)
+
+* Fix extraction when . and .. are unreadable
+
+See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00012.html
+
+* Gracefully handle duplicate symlinks when extracting
+
+See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00026.html
+
+* Re-initialize supplementary groups when switching to user privileges
+\f
 version 1.33 - Sergey Poznyakoff, 2021-01-07
 
 * POSIX extended format headers do not include PID by default
index 8beba5d13c1d31f1ec02f3a66aa7072fd66fd57a..1b9d34e18e7d5fb55e33e65cc30d055a941c453f 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.33], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.34], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
index 56939847bfa9dbfacb7aebd26f48ea8a64dd8b1d..b7da0d659e2a1e5936bba6fee3a60329eef967ac 160000 (submodule)
--- a/paxutils
+++ b/paxutils
@@ -1 +1 @@
-Subproject commit 56939847bfa9dbfacb7aebd26f48ea8a64dd8b1d
+Subproject commit b7da0d659e2a1e5936bba6fee3a60329eef967ac