Sat May 4 09:37:39 2024 UTC (28d)
recent changes


(nia)
diff -r1.3051 -r1.3052 src/doc/CHANGES

cvs diff -r1.3051 -r1.3052 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2024/04/25 17:22:48 1.3051
+++ src/doc/CHANGES 2024/05/04 09:37:39 1.3052
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3051 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3052 $>
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]
@@ -338,13 +338,26 @@ Changes from NetBSD 10.0 to NetBSD 11.0: @@ -338,13 +338,26 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
338 set. [nia 20240410] 338 set. [nia 20240410]
339 amd64: Support EFI as well as BIOS boot in the "live" USB image. 339 amd64: Support EFI as well as BIOS boot in the "live" USB image.
340 This is not the regular installation image, which already 340 This is not the regular installation image, which already
341 supports EFI. [maya 20240413] 341 supports EFI. [maya 20240413]
342 uftdi(4): Add support for a range of "Brainboxes" USB serial 342 uftdi(4): Add support for a range of "Brainboxes" USB serial
343 adapters, from Cameron Williams. [maya 20240417] 343 adapters, from Cameron Williams. [maya 20240417]
344 x86: Enable ACPI Platform Error Interface support in the GENERIC 344 x86: Enable ACPI Platform Error Interface support in the GENERIC
345 kernels. [riastradh 20240421] 345 kernels. [riastradh 20240421]
346 mips64el, mips64eb: Create "base64" and "debug64" sets that contain 346 mips64el, mips64eb: Create "base64" and "debug64" sets that contain
347 the N64 libraries. [nia 20240422] 347 the N64 libraries. [nia 20240422]
348 x86, sparc64: Create "DVD" ISOs that contain all the sets excluded 348 x86, sparc64: Create "DVD" ISOs that contain all the sets excluded
349 from the normal ISOs for size reasons - also useful on 349 from the normal ISOs for size reasons - also useful on
350 virtual machines. [nia 20240424] 350 virtual machines. [nia 20240424]
 351 i386: Remove kernel modules, redundant kernels, and amdgpu firmware
 352 from the CD-ROM image to help it fit on a CD-ROM
 353 once more. [nia 20240426]
 354 httpd(8): Make directory listings mobile-friendly, from D. Bohdan.
 355 [maya 20240426]
 356 thinkpad(4): Expose a sysctl interface to control some aspects of
 357 charging behavior on supported systems, from Malte Dehling.
 358 [christos 20240427]
 359 i386: Rewrite viac7temp(4) temperature sensor to use MSR, which works
 360 on far more CPUs. [andvar 20240430]
 361 lint(1): Support _Alignas and attribute aligned. [rillig 20240501].
 362 evbarm: Add device tree for Red Pitaya SDRlab 122-16.
 363 [dyoung 20240504]