Module Name: src
Committed By: msaitoh
Date: Tue May 26 02:29:44 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 804 and 806.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.309 -r1.1.2.310 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.309 src/doc/CHANGES-7.0:1.1.2.310
--- src/doc/CHANGES-7.0:1.1.2.309 Tue May 26 01:37:06 2015
+++ src/doc/CHANGES-7.0 Tue May 26 02:29:44 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.309 2015/05/26 01:37:06 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.310 2015/05/26 02:29:44 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -23533,3 +23533,13 @@ sys/arch/arm/arm32/pmap.c 1.319-1.322
arm32 pmax lock and PDE sync fixes.
[skrll, ticket #800]
+
+sys/arch/amiga/conf/Makefile.amiga 1.108
+
+ Don't use conflicting parameters for compiler and assembler.
+ [mlelstv, ticket #804]
+
+sys/arch/amiga/conf/files.amiga 1.177
+
+ amidisplaycc requires vcons.
+ [mlelstv, ticket #806]