Module Name: src
Committed By: riz
Date: Sun May 12 16:39:26 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Ticket 890.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.125 -r1.1.2.126 src/doc/CHANGES-6.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.1
diff -u src/doc/CHANGES-6.1:1.1.2.125 src/doc/CHANGES-6.1:1.1.2.126
--- src/doc/CHANGES-6.1:1.1.2.125 Mon Apr 29 23:36:10 2013
+++ src/doc/CHANGES-6.1 Sun May 12 16:39:26 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.125 2013/04/29 23:36:10 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.126 2013/05/12 16:39:26 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8959,3 +8959,45 @@ sys/sys/param.h patched by hand
Welcome to 6.1_RC4!
[riz]
+distrib/hp700/ramdisk/Makefile 1.12
+
+ Fix PR/47123 (sysinst failure) for hp700 as well.
+ [skrll, ticket #882]
+
+sys/kern/kern_drvctl.c 1.34
+
+ Fix memory leak when device attached or detached, when drvctl is
+ not opened or kmem_alloc() fails in devmon_insert().
+ [msaitoh, ticket #883]
+
+lib/libcurses/border.c 1.15
+
+ libcurses: merge in background attributes.
+ [jdc, ticket #884]
+
+lib/libcurses/setterm.c 1.50
+
+ libcurses: minor fix does_ctrl_o().
+ [jdc, ticket #885]
+
+share/zoneinfo/antarctica patch
+share/zoneinfo/asia patch
+share/zoneinfo/australasia patch
+share/zoneinfo/southamerica patch
+share/zoneinfo/zone.tab patch
+
+ Merge tzdata2013c from
+ ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
+ [apb, ticket #886]
+
+usr.bin/sed/process.c 1.39
+usr.bin/sed/sed.1 1.30-1.31 via patch
+
+ The change ("c") command should start a new cycle. PR#45981.
+ [uwe, ticket #888]
+
+sys/dev/pci/if_vioif.c 1.4
+
+ Fix a typo that causes recent QEMU to die configuring a vioif.
+ [minoura, ticket #890]
+