Tue Jul 7 20:04:38 2020 UTC ()
Tickets #988 and #989


(martin)
diff -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-9.1

cvs diff -r1.1.2.72 -r1.1.2.73 src/doc/Attic/CHANGES-9.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.1 2020/07/07 16:37:18 1.1.2.72
+++ src/doc/Attic/CHANGES-9.1 2020/07/07 20:04:37 1.1.2.73
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.1,v 1.1.2.72 2020/07/07 16:37:18 martin Exp $ 1# $NetBSD: CHANGES-9.1,v 1.1.2.73 2020/07/07 20:04:37 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 3A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 9.0_STABLE. 9 Welcome to 9.0_STABLE.
10 [martin] 10 [martin]
11 11
12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57 12external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.57
13 13
14 zfs_netbsd_setattr: ignore size changes on device nodes. 14 zfs_netbsd_setattr: ignore size changes on device nodes.
@@ -3183,13 +3183,23 @@ lib/libcurses/ins_wstr.c 1.15 @@ -3183,13 +3183,23 @@ lib/libcurses/ins_wstr.c 1.15
3183lib/libcurses/insch.c 1.26 3183lib/libcurses/insch.c 1.26
3184lib/libcurses/insstr.c 1.8 3184lib/libcurses/insstr.c 1.8
3185 3185
3186 PR 55460: mvwins*(WINDOW *win, ...) functions - call wins* on win, 3186 PR 55460: mvwins*(WINDOW *win, ...) functions - call wins* on win,
3187 not stdscr. 3187 not stdscr.
3188 [uwe, ticket #986] 3188 [uwe, ticket #986]
3189 3189
3190lib/libcurses/get_wch.c 1.24 3190lib/libcurses/get_wch.c 1.24
3191lib/libcurses/getch.c 1.75 3191lib/libcurses/getch.c 1.75
3192 3192
3193 Pads are not to be automatically refreshed on input. 3193 Pads are not to be automatically refreshed on input.
3194 [uwe, ticket #987] 3194 [uwe, ticket #987]
3195 3195
 3196external/bsd/nvi/dist/vi/v_txt.c 1.7
 3197
 3198 PR bin/55468: fix crash due to out-of-bounds access with Ctrl-W.
 3199 [rin, ticket #988]
 3200
 3201usr.sbin/postinstall/postinstall.in 1.31
 3202
 3203 Sort missing IDs (users and groups) by the numeric ID.
 3204 [simonb, ticket #989]
 3205