Module Name: src Committed By: martin Date: Wed Jul 24 09:58:37 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #766 - #768 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-10.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-10.1 diff -u src/doc/CHANGES-10.1:1.1.2.18 src/doc/CHANGES-10.1:1.1.2.19 --- src/doc/CHANGES-10.1:1.1.2.18 Sat Jul 20 16:05:52 2024 +++ src/doc/CHANGES-10.1 Wed Jul 24 09:58:37 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.18 2024/07/20 16:05:52 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.19 2024/07/24 09:58:37 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -935,3 +935,21 @@ sys/modules/Makefile 1.291 modules: Build `ipl` module only if MKIPFILTER is enabled. [rin, ticket #765] +distrib/amd64/ramdisks/Makefile 1.6 + + PR 58316 and 57948: only enable the build of ramdisk-zfsroot if + ZFS is enabled. + [ozaki-r, ticket #766] + +distrib/sets/lists/comp/mi 1.2465 +share/man/man9/Makefile 1.472 + + crashme(9): install man page. + [rin, ticket #767] + +lib/libcurses/screen.c 1.39 +tests/lib/libcurses/tests/curs_set 1.2 + + curses: PR 58090, PR 58313: init old_mode to 1 (normal visible cursor). + [uwe, ticket #768] +