Sat Aug 25 08:08:26 2018 UTC ()
Note removal of NDIS.


(maxv)
diff -r1.2430 -r1.2431 src/doc/CHANGES

cvs diff -r1.2430 -r1.2431 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2018/08/25 00:09:12 1.2430
+++ src/doc/CHANGES 2018/08/25 08:08:26 1.2431
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2430 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2431 $>
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]
@@ -197,13 +197,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -197,13 +197,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
197 bind: Import version 9.12.2-P1. [christos 20180812] 197 bind: Import version 9.12.2-P1. [christos 20180812]
198 arm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812] 198 arm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812]
199 amd64: Randomize by default all the randomizable VM areas in the kernel. 199 amd64: Randomize by default all the randomizable VM areas in the kernel.
200 [maxv 20180812] 200 [maxv 20180812]
201 mdocml: Import 1.14.4. [christos 20180814] 201 mdocml: Import 1.14.4. [christos 20180814]
202 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814] 202 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814]
203 gnu-efi: Import version 3.0.8. [jmcneill 20180816] 203 gnu-efi: Import version 3.0.8. [jmcneill 20180816]
204 OpenSSL: Imported 1.1.0i. [christos 20180818] 204 OpenSSL: Imported 1.1.0i. [christos 20180818]
205 acpi(4): Updated ACPICA to 20180810. [christos 20180818] 205 acpi(4): Updated ACPICA to 20180810. [christos 20180818]
206 dhcpcd: Import 7.0.8. [roy 20180820] 206 dhcpcd: Import 7.0.8. [roy 20180820]
207 amd64: Add support for kASan - Kernel Address Sanitizer. 207 amd64: Add support for kASan - Kernel Address Sanitizer.
208 [maxv 20180820] 208 [maxv 20180820]
209 arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824] 209 arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824]
 210 kernel: Remove NDIS. [maxv 20180825]