Module Name: src
Committed By: martin
Date: Thu Aug 9 14:39:22 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1627
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.101 -r1.1.2.102 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.101 src/doc/CHANGES-7.2:1.1.2.102
--- src/doc/CHANGES-7.2:1.1.2.101 Wed Aug 8 10:18:41 2018
+++ src/doc/CHANGES-7.2 Thu Aug 9 14:39:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.101 2018/08/08 10:18:41 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.102 2018/08/09 14:39:22 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5838,3 +5838,9 @@ sys/dev/usb/usbdi.h 1.93,1.95
function usb_rem_task_wait.
[riastradh, ticket #1626]
+lib/libcurses/addbytes.c 1.48
+
+ Avoid curx going beyond end of window when adding a wide character
+ to the last column.
+ [simonb, ticket #1627]
+