summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2023-05-31 09:33:09 +0000
committerlukem <lukem@NetBSD.org>2023-05-31 09:33:09 +0000
commitb90bd8ff8a73458ef78b9a3506eca1be980f2a9c (patch)
treebf112d388a00f4be51cf0a97f0341661d6b1c0bd
parent0e58e050e167bf65842d831b98d34fcec11606be (diff)
CHANGES: pax fixes
-rw-r--r--doc/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 66b6f51dc21..56728be8943 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2968 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2969 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -107,3 +107,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
Fix semaphores for macOS host tool. [lukem 20230523]
share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524]
mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524]
+ pax(1): Exit 0 if stdin filelist is used and no files are supplied.
+ Don't overwrite existing destination files if -r -w copy
+ fails for any reason. [lukem 20230528]