Module Name: src
Committed By: apb
Date: Sun Aug 3 09:33:48 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Mention BUILDINFO in doc/CHANGES file
To generate a diff of this commit:
cvs rdiff -u -r1.1956 -r1.1957 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.1956 src/doc/CHANGES:1.1957
--- src/doc/CHANGES:1.1956 Fri Aug 1 14:05:35 2014
+++ src/doc/CHANGES Sun Aug 3 09:33:48 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1956 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1957 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -458,3 +458,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
arm: Add support for the Kobo touch (i.MX50). [hkenken 20140725]
dhcpcd(8): Import dhcpcd-6.4.3 [roy 20140730]
timeout(1): Import from FreeBSD [christos 20140801]
+ build: New BUILDINFO variable may be passed to build.sh, and exposed
+ in /etc/release, as well as in sysctl kern.buildinfo.
+ [apb 20140803]