CHANGES revision 1.2953
1# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2953 $>
2#
3#
4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives.  For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.]
8#
9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11#
12#	theme: Content ...
13#		more content ...
14#		more content. [developer DATE-FORMAT]
15#
16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot.
18#
19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled.
21#
22# See htutils/changes/changes2html script for more details.
23#
24# ----------------------------------------------------------------------------
25
26Changes from NetBSD 10.0 to NetBSD 11.0:
27	amdsmn(4): added trivial power management support [reinoud 20221218]
28	amdccp(4): added trivial power management support [reinoud 20221218]
29	libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
30	libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
31	ppp(4): Remove several non-functioning ioctls. [chs 20221221]
32	libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
33	dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
34	wg(4): Allow non-root to retrieve information other than the
35		private key and the peer preshared key. [jakllsch 20230105]
36	sdhc(4): Add quirk for some Intel eMMC devices (like
37		GIGABYTE MA10-ST0) to allow the driver to attach
38		successfully. [msaitoh 20230105]
39	cribbage(6): Add -y option to keep playing without asking
40		(from Greywolf in PR 57164) [christos 20230106]
41	x86: Enable the -z separate-code security feature by default in
42		ld(1). Reduces the default max page size from 2M to
43		4K on amd64. [christos 20230106]
44	aq(4): add support for AQC113-116 [ryo 20230114]
45	bind: Import version 9.16.37. [christos 20230125]
46	xfwp(1): remove. [wiz 20230204]
47	vax: Port gpx(4) color framebuffer driver (found on VAXstation 3100)
48		from OpenBSD/vax. [tsutsui 20230206]
49	OpenSSL: Imported 1.1.1t. [christos 20230207]
50	next68k: Handle NeXT Turbo VRAM regions. [tsutsui 20230211]
51	vax: Port rasops(9)-ified smg(4) framebuffer driver for
52		VS3100 from OpenBSD/vax.  This allows using more fonts.
53		[tsutsui 20230211]
54	urndis(4): Add support for OnePlus 5T device quirks
55		[nia 20230211]
56	u3g(4): Add support for ZTE MF112 and D-Link DWM222 3G USB
57		modems [manu 20230213]
58	wscons(4): Ignore nonsense tab stops in vt100 emulation.
59		[riastradh 20230223]
60	nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular,
61		prohibit PKE, Protection Key Enable, which requires
62		some additional management of CPU state by nvmm. 
63		[riastradh 20230223]
64	ftp(1): Add option sslnoverify to control validation of SSL
65		certificates. Certificate validation is now enabled
66		by default. [mlelstv 20230225]
67	ftp(1): Add netrc processing to fetch-mode (URL on command line) to
68		enable options and autologin via netrc. [mlelstv 20230225]
69	aarch64: Audit use of curcpu(9). [riastradh 20230225]
70	xen: Memory barrier audit. Reduce unnecessary membars.
71		[riastradh 20230225]
72	x86: Mitigate MXCSR Configuration Dependent Timing CPU security
73		flaw in kernel FPU use. [riastradh 20230225]
74	kernel: Optimization: Omit needless membar when triggering softint
75		in various ports. [riastradh 20230301]
76	sh(1): Adjust tilde expansion to comply with upcoming POSIX
77		Issue 8 requirements. [kre 20230306]
78