Module Name: src
Committed By: wiz
Date: Fri May 10 09:15:27 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
doc: mention install(1) -v
To generate a diff of this commit:
cvs rdiff -u -r1.3054 -r1.3055 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.3054 src/doc/CHANGES:1.3055
--- src/doc/CHANGES:1.3054 Fri May 10 08:09:54 2024
+++ src/doc/CHANGES Fri May 10 09:15:27 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3054 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3055 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -384,3 +384,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
hp300: Preliminary CD boot support. [tsutsui 20240509]
lint(1): Support new keywords in C23 mode, including nullptr.
[rillig 20240509]
+ install(1): Support -v (verbose). [wiz 20240510]