summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-02-27 18:40:49 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-02-27 18:40:49 -0800
commitdf6de515746370e4a9458a5261c3eda09bc37936 (patch)
treec4fe47a27d888daf9b4cde293132305bbb6d117c
parent8378991cba68d4adf74f3cec3d6ab07ed2e325d0 (diff)
downloadtar-df6de515746370e4a9458a5261c3eda09bc37936.tar.gz
maint: 1.34 announcement update
Hand-install 1.34 changes into master. Evidently these changes were not pushed to savannah, before I installed further changes today.
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b4288e9b..6ad1c377 100644
--- 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>
+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
+
version 1.33 - Sergey Poznyakoff, 2021-01-07
* POSIX extended format headers do not include PID by default
diff --git a/configure.ac b/configure.ac
index f9d6c8b3..75594ecf 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.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])