Module Name: src
Committed By: riz
Date: Thu Sep 26 14:21:15 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2
Log Message:
Ticket 960.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.1.2
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.2
diff -u src/doc/CHANGES-6.1.2:1.1.2.19 src/doc/CHANGES-6.1.2:1.1.2.20
--- src/doc/CHANGES-6.1.2:1.1.2.19 Thu Sep 26 02:01:46 2013
+++ src/doc/CHANGES-6.1.2 Thu Sep 26 14:21:15 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.2,v 1.1.2.19 2013/09/26 02:01:46 riz Exp $
+# $NetBSD: CHANGES-6.1.2,v 1.1.2.20 2013/09/26 14:21:15 riz Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -148,3 +148,10 @@ lib/libpthread/pthread.c 1.137
Return errno, not just -1, from pthread_create().
[riastradh, ticket #959]
+lib/libcurses/setterm.c 1.51
+
+ Fix a crash in curses for terminals defining exit_attribute_mode but
+ not exit_alt_charset_mode. (Examples include vt131 and xterm-5,
+ among others)
+ [dsainty, ticket #960]
+