Module Name: src
Committed By: bouyer
Date: Fri Nov 22 15:30:39 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
tickets 462, 463
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-9.0
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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.114 src/doc/CHANGES-9.0:1.1.2.115
--- src/doc/CHANGES-9.0:1.1.2.114 Fri Nov 22 08:05:10 2019
+++ src/doc/CHANGES-9.0 Fri Nov 22 15:30:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.114 2019/11/22 08:05:10 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.115 2019/11/22 15:30:39 bouyer Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -6185,3 +6185,17 @@ doc/3RDPARTY (manually adjusted)
Import dhcpcd-8.1.2.
[roy, ticket #461]
+etc/Makefile.params 1.21
+share/mk/bsd.README 1.397
+
+ Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is
+ important information when trying to reproduce a build.
+ [martin, ticket #462]
+
+sys/arch/arm/omap/obio_mputmr.c 1.9
+sys/arch/evbarm/beagle/beagle_machdep.c 1.79
+sys/arch/xen/xen/xenevt.c 1.54
+
+ Make these files compilable w/o options DIAGNOSTIC
+ [martin, ticket #463]
+