Module Name: src
Committed By: kre
Date: Thu Jul 21 09:56:34 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Note realpath(1) update.
To generate a diff of this commit:
cvs rdiff -u -r1.2891 -r1.2892 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2891 src/doc/CHANGES:1.2892
--- src/doc/CHANGES:1.2891 Sat Jul 16 07:28:39 2022
+++ src/doc/CHANGES Thu Jul 21 09:56:34 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2891 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2892 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -625,3 +625,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[brook 20220710]
mfii(4): Support Newer devices up to SAS39{08,16} (Aero).
[msaitoh 20220716]
+ realpath(1): Added -e and -E options for compat with planned
+ posix requirement (made the default be -E). [kre 20220721]