Module Name: src
Committed By: msaitoh
Date: Sun Jun 9 16:21:44 UTC 2013
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.1
Log Message:
Ticket 1848 and 1853.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-5.2.1
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-5.2.1
diff -u src/doc/CHANGES-5.2.1:1.1.2.8 src/doc/CHANGES-5.2.1:1.1.2.9
--- src/doc/CHANGES-5.2.1:1.1.2.8 Thu Jun 6 16:48:02 2013
+++ src/doc/CHANGES-5.2.1 Sun Jun 9 16:21:44 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.1,v 1.1.2.8 2013/06/06 16:48:02 riz Exp $
+# $NetBSD: CHANGES-5.2.1,v 1.1.2.9 2013/06/09 16:21:44 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.2.1
release:
@@ -166,3 +166,12 @@ external/mit/xorg/lib/libXi/Makefile p
Silence gcc 4.1 warnings from ticket #1865.
[mrg, ticket #1866]
+etc/MAKEDEV.tmpl 1.161
+
+ The console major number is not always 0.
+ [apb, ticket #1848]
+
+sys/dev/fss.c 1.84
+
+ Don't crash when running multiple dump -X. PR#47514.
+ [gdt, ticket #1853]