Module Name: src
Committed By: jklos
Date: Thu Jun 6 20:45:35 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Add note about mac68k page size switch to 8KB.
To generate a diff of this commit:
cvs rdiff -u -r1.2546 -r1.2547 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.2546 src/doc/CHANGES:1.2547
--- src/doc/CHANGES:1.2546 Thu Jun 6 05:36:42 2019
+++ src/doc/CHANGES Thu Jun 6 20:45:35 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2546 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2547 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -391,3 +391,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
unbound(8): Import 1.9.1. [christos 20190525]
gdb(1): Updated to 8.3. [christos 20190528]
evbarm: Add support for the Banana Pi BPI-P2 Zero. [thorpej 20190604]
+ mac68k: Switch page size to 8KB. [jklos 20190606]