Module Name: src
Committed By: martin
Date: Tue Jul 7 20:04:38 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #988 and #989
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.72 src/doc/CHANGES-9.1:1.1.2.73
--- src/doc/CHANGES-9.1:1.1.2.72 Tue Jul 7 16:37:18 2020
+++ src/doc/CHANGES-9.1 Tue Jul 7 20:04:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.72 2020/07/07 16:37:18 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.73 2020/07/07 20:04:37 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -3193,3 +3193,13 @@ lib/libcurses/getch.c 1.75
Pads are not to be automatically refreshed on input.
[uwe, ticket #987]
+external/bsd/nvi/dist/vi/v_txt.c 1.7
+
+ PR bin/55468: fix crash due to out-of-bounds access with Ctrl-W.
+ [rin, ticket #988]
+
+usr.sbin/postinstall/postinstall.in 1.31
+
+ Sort missing IDs (users and groups) by the numeric ID.
+ [simonb, ticket #989]
+