Module Name: src Committed By: martin Date: Tue Jan 3 18:26:05 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #32 - #34 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 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.15 src/doc/CHANGES-10.0:1.1.2.16 --- src/doc/CHANGES-10.0:1.1.2.15 Mon Jan 2 10:12:08 2023 +++ src/doc/CHANGES-10.0 Tue Jan 3 18:26:05 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.15 2023/01/02 10:12:08 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.16 2023/01/03 18:26:05 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -419,3 +419,20 @@ usr.bin/make/make.1 1.351-1.356 make(1): PR 57029 and various man page improvements. [rillig, ticket #31] +sys/conf/copyright 1.21 + + Welcome to 2023. + [gutteridge, ticket #34] + +sbin/fsck/partutil.c 1.18 + + PR 57134: fix newfs(8) when used for devices without + partition suffix (e.g. vnd0 instead of vnd0d or vnd0c). + [hannken, ticket #32] + +lib/libc/locale/setlocale.3 1.23 + + setlocale.3: Reflect state of NetBSD locale support in the 21st + century. + [nia, ticket #33] +