Module Name: src
Committed By: maya
Date: Wed Oct 2 11:18:55 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note /rescue is a separate set now.
To generate a diff of this commit:
cvs rdiff -u -r1.2586 -r1.2587 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.2586 src/doc/CHANGES:1.2587
--- src/doc/CHANGES:1.2586 Tue Oct 1 16:08:56 2019
+++ src/doc/CHANGES Wed Oct 2 11:18:55 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2586 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2587 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -49,4 +49,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
[jmcneill 20190921]
libpcap: Import 1.9.1. [christos 20191001]
tcpdump(8): Import 4.9.3. [christos 20191001]
+ rescue(8): Moved into a separate, rescue-only set. [maya 20191001]