Wed Apr 24 15:41:42 2024 UTC (16d)
recent changes


(nia)
diff -r1.3049 -r1.3050 src/doc/CHANGES

cvs diff -r1.3049 -r1.3050 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2024/04/10 14:24:31 1.3049
+++ src/doc/CHANGES 2024/04/24 15:41:41 1.3050
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3049 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3050 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 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, 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 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -326,13 +326,25 @@ Changes from NetBSD 10.0 to NetBSD 11.0: @@ -326,13 +326,25 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
326 dk(4): Add support for discovering Atari TOS partitions as wedges. 326 dk(4): Add support for discovering Atari TOS partitions as wedges.
327 [charlotte 20240402] 327 [charlotte 20240402]
328 rumpuser(3): New RUMP_STDOUT, RUMP_STDERR environment variables. 328 rumpuser(3): New RUMP_STDOUT, RUMP_STDERR environment variables.
329 [riastradh 20240404] 329 [riastradh 20240404]
330 config(1): Improve determinism for reproducible builds. 330 config(1): Improve determinism for reproducible builds.
331 [riastradh 20240405] 331 [riastradh 20240405]
332 qemufwcfg(4): Add RISC-V support. [skrll 20240406] 332 qemufwcfg(4): Add RISC-V support. [skrll 20240406]
333 vax: Switch vax to X.Org server version 120. [tsutsui 20240407] 333 vax: Switch vax to X.Org server version 120. [tsutsui 20240407]
334 evbmips: Following evbarm, document kernel configurations in 334 evbmips: Following evbarm, document kernel configurations in
335 sys/arch/evbmips/conf/README.evbmips. [andvar 20240407] 335 sys/arch/evbmips/conf/README.evbmips. [andvar 20240407]
336 sysinst(8): Split compatibility libraries into separate sets, 336 sysinst(8): Split compatibility libraries into separate sets,
337 base32 and debug32. Split HTML man pages into new manhtml 337 base32 and debug32. Split HTML man pages into new manhtml
338 set. [nia 20240410] 338 set. [nia 20240410]
 339 amd64: Support EFI as well as BIOS boot in the "live" USB image.
 340 This is not the regular installation image, which already
 341 supports EFI. [maya 20240413]
 342 uftdi(4): Add support for a range of "Brainboxes" USB serial
 343 adapters, from Cameron Williams. [maya 20240417]
 344 x86: Enable ACPI Platform Error Interface support in the GENERIC
 345 kernels. [riastradh 20240421]
 346 mips64el, mips64eb: Create "base64" and "debug64" sets that contain
 347 the N64 libraries. [nia 20240422]
 348 x86, sparc64: Create "DVD" ISOs that contain all the sets excluded
 349 from the normal ISOs for size reasons - also useful on
 350 virtual machines. [nia 20240424]