]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Version 1.35 v1.35
authorSergey Poznyakoff <gray@gnu.org>
Tue, 18 Jul 2023 06:38:30 +0000 (09:38 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Tue, 18 Jul 2023 06:38:30 +0000 (09:38 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b410766b1baff8ece727ab598a59b8fb7e62444a..4af60eff8b7c99de5282963d35c10eb07756a684 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-GNU tar NEWS - User visible changes. 2023-07-10
+GNU tar NEWS - User visible changes. 2023-07-18
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 \f
-version 1.34.90 (git)
+version 1.35 - Sergey Poznyakoff, 2023-07-18
 
 * Fail when building GNU tar, if the platform supports 64-bit time_t
   but the build uses only 32-bit time_t.
@@ -11,7 +11,12 @@ version 1.34.90 (git)
 
 * Bug fixes
 
-** Fix interaction of --update with --wildcards
+** Fix interaction of --update with --wildcards.
+
+** When extracting archives into an empty directory, do not create
+   hard links to files outside that directory. 
+
+** Handle partial reads from regular files.
 
 ** Warn "file changed as we read it" less often.
    Formerly, tar warned if the file's size or ctime changed.
index 9bf91995983653913852add1f71cc37cc7dad86c..338e18348eef0a4c2b0ccb506bbf0838c3240e2e 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.34.90], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.35], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])