Module Name: src
Committed By: msaitoh
Date: Sun Jun 9 16:21:16 UTC 2013
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
Ticket 1848 and 1853
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-5.1.3
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.1.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.40 src/doc/CHANGES-5.1.3:1.1.2.41
--- src/doc/CHANGES-5.1.3:1.1.2.40 Thu Jun 6 16:48:58 2013
+++ src/doc/CHANGES-5.1.3 Sun Jun 9 16:21:16 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.40 2013/06/06 16:48:58 riz Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.41 2013/06/09 16:21:16 msaitoh Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -2452,3 +2452,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]