Fri Nov 12 22:02:49 2021 UTC ()
evbarm: Add support for Rockchip RK3288 SoCs.


(jmcneill)
diff -r1.2849 -r1.2850 src/doc/CHANGES

cvs diff -r1.2849 -r1.2850 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2021/11/07 17:17:24 1.2849
+++ src/doc/CHANGES 2021/11/12 22:02:49 1.2850
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2849 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2850 $>
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]
@@ -443,13 +443,14 @@ Changes from NetBSD 9.0 to NetBSD 10.0: @@ -443,13 +443,14 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
443 [msaitoh 20211013] 443 [msaitoh 20211013]
444 sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air quality 444 sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air quality
445 [brad 20211014] 445 [brad 20211014]
446 aarch64: Enable MKRELRO and MKPIE by default. [nia 20211014] 446 aarch64: Enable MKRELRO and MKPIE by default. [nia 20211014]
447 dhcpcd(8): Update to dhcpcd-9.4.1. [roy 20211022] 447 dhcpcd(8): Update to dhcpcd-9.4.1. [roy 20211022]
448 tzcode: Updated to 2021e. [christos 20211022] 448 tzcode: Updated to 2021e. [christos 20211022]
449 tzdata: updated to 2021e (still missing trash from 2021b) [kre 20211022]  449 tzdata: updated to 2021e (still missing trash from 2021b) [kre 20211022]
450 passwd.conf(5): Make 'argon2id' the default cipher for new 450 passwd.conf(5): Make 'argon2id' the default cipher for new
451 passwords. [nia 20211026] 451 passwords. [nia 20211026]
452 acpi(4): Updated ACPICA to 20210930. [christos 20211028] 452 acpi(4): Updated ACPICA to 20210930. [christos 20211028]
453 sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature 453 sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature
454 and humidity sensor [brad 20211106] 454 and humidity sensor [brad 20211106]
455 dts: Import dts files from Linux 5.15. [jmcneill 20211107] 455 dts: Import dts files from Linux 5.15. [jmcneill 20211107]
 456 evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112]