Module Name: src
Committed By: riz
Date: Fri Feb 24 16:30:28 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 41, 42.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 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.15 src/doc/CHANGES-6.0:1.1.2.16
--- src/doc/CHANGES-6.0:1.1.2.15 Thu Feb 23 21:20:39 2012
+++ src/doc/CHANGES-6.0 Fri Feb 24 16:30:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.15 2012/02/23 21:20:39 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.16 2012/02/24 16:30:28 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -457,3 +457,18 @@ sys/arch/xen/xen/xengnt.c 1.23
Fix locking in xengnt_get_entry() and xengnt_more_entries().
[bouyer, ticket #40]
+usr.sbin/postinstall/postinstall 1.133
+
+ Fix a call to pwd_mkdb in the case that DEST_DIR is the empty string.
+ [nakayama, ticket #44]
+
+sys/arch/hp700/gsc/harmony.c 1.27
+
+ Fix locking in harmony(4) driver.
+ [skrll, ticket #41]
+
+lib/libterminfo/term.h 1.11
+
+ PR/46075: fix typo set_color_paid -> set_color_pair
+ [asau, ticket #42]
+