Module Name: src
Committed By: wiz
Date: Wed Sep 13 09:27:53 UTC 2023
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
Unicode updates were pulled up
To generate a diff of this commit:
cvs rdiff -u -r1.2999 -r1.3000 src/doc/CHANGES
cvs rdiff -u -r1.172 -r1.173 src/doc/CHANGES.prev
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
diff -u src/doc/CHANGES:1.2999 src/doc/CHANGES:1.3000
--- src/doc/CHANGES:1.2999 Sat Sep 9 18:30:00 2023
+++ src/doc/CHANGES Wed Sep 13 09:27:53 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2999 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3000 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -26,10 +26,7 @@
Changes from NetBSD 10.0 to NetBSD 11.0:
amdsmn(4): added trivial power management support [reinoud 20221218]
amdccp(4): added trivial power management support [reinoud 20221218]
- libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
- libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
ppp(4): Remove several non-functioning ioctls. [chs 20221221]
- libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
binutils: Updated to FSF binutils 2.39. [christos 20221224]
cribbage(6): Add -y option to keep playing without asking
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.172 src/doc/CHANGES.prev:1.173
--- src/doc/CHANGES.prev:1.172 Wed Jul 12 16:07:52 2023
+++ src/doc/CHANGES.prev Wed Sep 13 09:27:53 2023
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.172 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.173 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -13396,6 +13396,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
i386: Enable options DISKLABEL_EI in GENERIC kernel. [tsutsui 20221211]
tzcode: Updated to 2022g. [christos 20221211]
wbsio(4),lm(4): Add Nuvoton NCT6797D support. [msaitoh 20221215]
+ libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
+ libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
+ libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
m68k: Fix out of bounds invalidate and writeback bug in
bus_dmamap_sync(9) that could cause panic by POOL_REDZONE
assertion on mac68k with sn(4) driver. [tsutsui 20230105]