소스 검색

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.
Paul Eggert 4 년 전
부모
커밋
df6de51574
2개의 변경된 파일18개의 추가작업 그리고 2개의 파일을 삭제
  1. 17 1
      NEWS
  2. 1 1
      configure.ac

+ 17 - 1
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 <[email protected]>
 
+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

+ 1 - 1
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], [[email protected]])
+AC_INIT([GNU tar], [1.34], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])