Module Name: src
Committed By: riz
Date: Tue Jun 12 19:31:50 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 318, 319
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-6.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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.123 src/doc/CHANGES-6.0:1.1.2.124
--- src/doc/CHANGES-6.0:1.1.2.123 Tue Jun 12 19:20:37 2012
+++ src/doc/CHANGES-6.0 Tue Jun 12 19:31:50 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.123 2012/06/12 19:20:37 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.124 2012/06/12 19:31:50 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5471,3 +5471,17 @@ distrib/utils/sysinst/mbr.c 1.91
in ticket #247.
[tsutsui, ticket #317]
+usr.bin/config/defs.h 1.44
+usr.bin/config/mkmakefile.c 1.15
+
+ When building several kernel variants within the same build
+ directory, wait for each config to complete before going on
+ with the next.
+ [martin, ticket #318]
+
+xsrc/external/mit/xf86-video-intel/dist/src/i830.h 1.3
+
+ Make xf86-video-intel driver work on Atom N455 + GMA3150 graphics
+ chipset.
+ [tsutsui, ticket #319]
+