浏览代码

Add NEWS items for changes since 1.34

Paul Eggert 3 年之前
父节点
当前提交
84a08f530d
共有 1 个文件被更改,包括 28 次插入5 次删除
  1. 28 5
      NEWS

+ 28 - 5
NEWS

@@ -1,5 +1,28 @@
-GNU tar NEWS - User visible changes. 2021-02-13
+GNU tar NEWS - User visible changes. 2021-12-12
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 Please send GNU tar bug reports to <bug-tar@gnu.org>
+
+version TBD
+
+* Fail when building GNU tar, if the platform supports 64-bit time_t
+  but the build uses only 32-bit time_t.
+
+* Leave the devmajor and devminor fields empty (rather than zero) for
+  non-special files, as this is more compatible with traditional tar.
+
+* Bug fixes
+
+** Fix handling of prefix keywords not followed by "." in pax headers.
+
+** Fix handling of out-of-range sparse entries in pax headers.
+
+** Fix handling of --transform='s/s/@/2'.
+
+** Fix treatment of options ending in / in files-from list.
+
+** Fix crash on 'tar --checkpoint-action exec=\"'.
+
+** Fix low-memory crash when reading incremental dumps.
+
 
 
 version 1.34 - Sergey Poznyakoff, 2021-02-13
 version 1.34 - Sergey Poznyakoff, 2021-02-13
 
 
@@ -20,7 +43,7 @@ See https://lists.gnu.org/archive/html/bug-tar/2021-01/msg00026.html
 version 1.33 - Sergey Poznyakoff, 2021-01-07
 version 1.33 - Sergey Poznyakoff, 2021-01-07
 
 
 * POSIX extended format headers do not include PID by default
 * POSIX extended format headers do not include PID by default
-    
+
 The intent is to make binary-equivalent PAX archives easy to create.  If
 The intent is to make binary-equivalent PAX archives easy to create.  If
 POSIXLY_CORRECT is set, the POSIX standard default is used, which embeds
 POSIXLY_CORRECT is set, the POSIX standard default is used, which embeds
 the pid.
 the pid.
@@ -32,7 +55,7 @@ the pid.
 * Wildcards in exclude-vcs-ignore mode don't match slash
 * Wildcards in exclude-vcs-ignore mode don't match slash
 
 
 * Fix the --no-overwrite-dir option
 * Fix the --no-overwrite-dir option
-    
+
 Given this option, previous versions of tar failed to preserve
 Given this option, previous versions of tar failed to preserve
 permissions of empty directories and to create files under directories
 permissions of empty directories and to create files under directories
 owned by the current user that did not have the S_IWUSR bit set.
 owned by the current user that did not have the S_IWUSR bit set.
@@ -42,9 +65,9 @@ owned by the current user that did not have the S_IWUSR bit set.
 * Link counting works for file names supplied with -T
 * Link counting works for file names supplied with -T
 
 
 * Accept only position-sensitive (file-selection) options in file list files.
 * Accept only position-sensitive (file-selection) options in file list files.
-    
+
 Using such options as -f, -z, etc. is senseless in a file list file and
 Using such options as -f, -z, etc. is senseless in a file list file and
-bypasses option consistency checks in decode_options.  Therefore, 
+bypasses option consistency checks in decode_options.  Therefore,
 only options related to file selection (a.k.a position-sensitive options)
 only options related to file selection (a.k.a position-sensitive options)
 are allowed in file list files.
 are allowed in file list files.