Module Name: src
Committed By: jnemeth
Date: Sun Aug 24 08:05:29 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
mention MODULAR_DEFAULT_AUTOLOAD
To generate a diff of this commit:
cvs rdiff -u -r1.1970 -r1.1971 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.1970 src/doc/CHANGES:1.1971
--- src/doc/CHANGES:1.1970 Mon Aug 18 07:03:33 2014
+++ src/doc/CHANGES Sun Aug 24 08:05:29 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1970 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1971 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -28,4 +28,7 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Update to tzcode2014f. [christos 20140815]
gmake: Update to gmake-3.81 in external/gpl2/gmake and remove
gnu/dist/gmake (3.80) [christos 20140818]
+ module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
+ whether module autoloading is on by default.
+ [jnemeth 20140824]