Wed Sep 13 09:58:38 2023 UTC ()
Tickets #371 - #374


(martin)
diff -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-10.0

cvs diff -r1.1.2.122 -r1.1.2.123 src/doc/Attic/CHANGES-10.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-10.0 2023/09/11 14:58:56 1.1.2.122
+++ src/doc/Attic/CHANGES-10.0 2023/09/13 09:58:37 1.1.2.123
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.122 2023/09/11 14:58:56 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.123 2023/09/13 09:58:37 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
4until the 10.0 release: 4until the 10.0 release:
5 5
6doc/CHANGES-10.0 created 6doc/CHANGES-10.0 created
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 10.0_BETA! 12 Welcome to 10.0_BETA!
13 13
14sys/arch/x86/pci/amdsmn.c 1.15 14sys/arch/x86/pci/amdsmn.c 1.15
@@ -11902,13 +11902,37 @@ tests/lib/libc/locale/t_mbstowcs.c 1.3 @@ -11902,13 +11902,37 @@ tests/lib/libc/locale/t_mbstowcs.c 1.3
11902 Update unicode tables. 11902 Update unicode tables.
11903 [wiz, ticket #368] 11903 [wiz, ticket #368]
11904 11904
11905share/locale/time/de_AT.UTF-8.src 1.3 11905share/locale/time/de_AT.UTF-8.src 1.3
11906 11906
11907 Add missing dot in abbreviation. 11907 Add missing dot in abbreviation.
11908 [wiz, ticket #369] 11908 [wiz, ticket #369]
11909 11909
11910tests/lib/libc/hash/t_hmac.c 1.3 11910tests/lib/libc/hash/t_hmac.c 1.3
11911 11911
11912 libc: disable md4 hmac tests. 11912 libc: disable md4 hmac tests.
11913 [riastradh, ticket #370] 11913 [riastradh, ticket #370]
11914 11914
 11915sys/arch/arm/dts/sun8i-h3-orangepi-one.dts delete
 11916sys/arch/arm/dts/sun8i-h3-orangepi-plus2e.dts 1.5
 11917
 11918 arm: fix FDT build for OrangePi one.
 11919 [bouyer, ticket #371]
 11920
 11921external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c 1.11
 11922external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c 1.19
 11923
 11924 mdnsd(8): fix memory leak in an error path and minor
 11925 language fixes in a comment.
 11926 [gutteridge, ticket #372]
 11927
 11928sys/net/bpf.h 1.82
 11929
 11930 bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64
 11931 [rin, ticket #373]
 11932
 11933doc/CHANGES.prev 1.173
 11934(applied to doc/CHANGES)
 11935
 11936 Unicode updates were pulled up.
 11937 [wiz, ticket #374]
 11938