Module Name: src
Committed By: martin
Date: Wed Sep 13 09:56:17 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES
Log Message:
Pull up following revision(s) (requested by wiz in ticket #374):
doc/CHANGES.prev: revision 1.173
(applied to doc/CHANGES)
Unicode updates were pulled up
To generate a diff of this commit:
cvs rdiff -u -r1.2940.2.3 -r1.2940.2.4 src/doc/CHANGES
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.2940.2.3 src/doc/CHANGES:1.2940.2.4
--- src/doc/CHANGES:1.2940.2.3 Fri Aug 11 16:22:05 2023
+++ src/doc/CHANGES Wed Sep 13 09:56:17 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2940.2.3 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2940.2.4 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -761,6 +761,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]