Module Name: src
Committed By: riz
Date: Tue Dec 11 04:27:04 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 734.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-6.0.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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.27 src/doc/CHANGES-6.0.1:1.1.2.28
--- src/doc/CHANGES-6.0.1:1.1.2.27 Mon Dec 10 18:26:01 2012
+++ src/doc/CHANGES-6.0.1 Tue Dec 11 04:27:04 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.27 2012/12/10 18:26:01 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.28 2012/12/11 04:27:04 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -229,3 +229,8 @@ sys/arch/xen/xenbus/xenbus_xs.c 1.23
Xen Dom0 NetBSD kernel can crash by adding duplicate xenwatches.
[royger, ticket #728]
+lib/libterminfo/tparm.c 1.9
+
+ Fix off by one error.
+ [msaitoh, ticket #734]
+