|
@@ -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>
|
|
|
|
|
|
-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.
|