Wed Mar 9 22:55:32 2022 UTC ()
Add note on optical media lockup fix for UDF


(reinoud)
diff -r1.2863 -r1.2864 src/doc/CHANGES

cvs diff -r1.2863 -r1.2864 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2022/03/09 22:52:28 1.2863
+++ src/doc/CHANGES 2022/03/09 22:55:32 1.2864
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2863 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2864 $>
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]
@@ -452,31 +452,33 @@ Changes from NetBSD 9.0 to NetBSD 10.0: @@ -452,31 +452,33 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
452 passwords. [nia 20211026] 452 passwords. [nia 20211026]
453 acpi(4): Updated ACPICA to 20210930. [christos 20211028] 453 acpi(4): Updated ACPICA to 20210930. [christos 20211028]
454 sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature 454 sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature
455 and humidity sensor [brad 20211106] 455 and humidity sensor [brad 20211106]
456 dts: Import dts files from Linux 5.15. [jmcneill 20211107] 456 dts: Import dts files from Linux 5.15. [jmcneill 20211107]
457 evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112] 457 evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112]
458 cgdconfig(8): Added 'argon2id' password-based key generation method. 458 cgdconfig(8): Added 'argon2id' password-based key generation method.
459 [nia 20211122] 459 [nia 20211122]
460 aarch64: Add initial COMPAT_LINUX32 support. [ryo 20211125] 460 aarch64: Add initial COMPAT_LINUX32 support. [ryo 20211125]
461 scmd: Driver and userland utility for the Sparkfun Serial Controlled 461 scmd: Driver and userland utility for the Sparkfun Serial Controlled
462 Motor Driver [brad 20211207] 462 Motor Driver [brad 20211207]
463 acpi(4): Updated ACPICA to 20211217. [christos 20211218] 463 acpi(4): Updated ACPICA to 20211217. [christos 20211218]
464 udf: Fix corruption when writing to Microsoft Windows 10 formatted 464 udf: Fix corruption when writing to Microsoft Windows 10 formatted
465 recordables [reinoud 20211216] 465 recordables. [reinoud 20211216]
466 mcommphy(4): Add driver for Motorcomm YT8511 GbE PHY. 466 mcommphy(4): Add driver for Motorcomm YT8511 GbE PHY.
467 [jmcneill 20220103] 467 [jmcneill 20220103]
468 eqos(4): Add driver for DesignWare Ethernet Quality-of-Service 468 eqos(4): Add driver for DesignWare Ethernet Quality-of-Service
469 controller. [jmcneill 20220103] 469 controller. [jmcneill 20220103]
470 OpenSSL: Imported 1.1.1m. [christos 20220107] 470 OpenSSL: Imported 1.1.1m. [christos 20220107]
471 scan_ffs(8): Add SIGINFO support. [mrg 20220119] 471 scan_ffs(8): Add SIGINFO support. [mrg 20220119]
472 sysinst(8): Allow configuring IEEE 802.11 / Wi-Fi devices with 472 sysinst(8): Allow configuring IEEE 802.11 / Wi-Fi devices with
473 WPA or open networks. [nia 20220111] 473 WPA or open networks. [nia 20220111]
474 tmux(1): Imported 3.2a. [christos 20220123] 474 tmux(1): Imported 3.2a. [christos 20220123]
475 vmstat(1): Pick better default disk for vmstat. [mrg 20220201] 475 vmstat(1): Pick better default disk for vmstat. [mrg 20220201]
476 tools: Allow tools to use C99. [rillig 20220203] 476 tools: Allow tools to use C99. [rillig 20220203]
477 blkdiscard(8): Add tool to access fdiscard(2). [mrg 20220207] 477 blkdiscard(8): Add tool to access fdiscard(2). [mrg 20220207]
478 expat: Import 2.4.6 (security fixes). [christos 20220223] 478 expat: Import 2.4.6 (security fixes). [christos 20220223]
479 OpenSSH: Import 8.9. [christos 20220223] 479 OpenSSH: Import 8.9. [christos 20220223]
480 udf: Be bugcompatible with Microsoft Windows 10 so it can read our 480 udf: Be bugcompatible with Microsoft Windows 10 so it can read our
481 updated recordable media [reinoud 20220309] 481 updated recordable media. [reinoud 20220309]
 482 udf: Fix locking up CD/DVD burner issue that would lockup the FS.
 483 [reinoud 20220309]
482 484