Module Name: src
Committed By: joerg
Date: Sun Aug 24 20:30:49 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Add note about the config rebuild.
To generate a diff of this commit:
cvs rdiff -u -r1.1971 -r1.1972 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.1971 src/doc/CHANGES:1.1972
--- src/doc/CHANGES:1.1971 Sun Aug 24 08:05:29 2014
+++ src/doc/CHANGES Sun Aug 24 20:30:49 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1971 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1972 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -31,4 +31,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
whether module autoloading is on by default.
[jnemeth 20140824]
-
+ kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
+ The related changes to src/sys/conf require a rebuild of config(1).
+ [joerg 20140824]