Module Name:    src
Committed By:   nia
Date:           Thu Jan 12 11:36:59 UTC 2023

Modified Files:
        src/doc: CHANGES

Log Message:
Add missing changes and fix syntax of earlier ones.


To generate a diff of this commit:
cvs rdiff -u -r1.2945 -r1.2946 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.2945 src/doc/CHANGES:1.2946
--- src/doc/CHANGES:1.2945	Thu Jan 12 10:13:14 2023
+++ src/doc/CHANGES	Thu Jan 12 11:36:59 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2945 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2946 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -24,9 +24,21 @@
 # ----------------------------------------------------------------------------
 
 Changes from NetBSD 10.0 to NetBSD 11.0:
-	amdsmn(4): added trivial power management support
-	amdccp(4): added trivial power management support
+	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]
+	ppp(4): Remove several non-functioning ioctls. [chs 20221221]
 	dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
+	wg(4): Allow non-root to retrieve information other than the
+		private key and the peer preshared key. [jakllsch 20230105]
+	sdhc(4): Add quirk for some Intel eMMC devices (like
+		GIGABYTE MA10-ST0) to allow the driver to attach
+		successfully. [msaitoh 20230105]
+	cribbage(6): Add -y option to keep playing without asking
+		(from Greywolf in PR 57164) [christos 20230106]
+	x86: Enable the -z separate-code security feature by default in
+		ld(1). Reduces the default max page size from 2M to
+		4K on amd64. [christos 20230106]
 	igpio(4): Add support for Ice Lake-N, Raptor Lake-S, and another
 		Baytrail [msaitoh 20230107]
 	piixpm(4): Add support new AMD chipsets that do not have indirect

Reply via email to