Module Name: src
Committed By: martin
Date: Tue Oct 10 13:18:53 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #402
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.135 src/doc/CHANGES-10.0:1.1.2.136
--- src/doc/CHANGES-10.0:1.1.2.135 Tue Oct 10 13:04:40 2023
+++ src/doc/CHANGES-10.0 Tue Oct 10 13:18:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.135 2023/10/10 13:04:40 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.136 2023/10/10 13:18:53 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -12349,3 +12349,12 @@ sys/arch/zaurus/conf/GENERIC (apply pa
Remove options DIAGNOSTIC/DEBUG.
[martin, ticket #401]
+lib/libcurses/addbytes.c 1.69
+lib/libcurses/tty.c 1.50
+tests/lib/libcurses/check_files/addstr3.chk 1.5
+tests/lib/libcurses/check_files/waddstr2.chk 1.2
+
+ libcurses: fix for PR 56467: scrolling does not work in some curses
+ applications (like sysinst).
+ [kim, ticket #402]
+