Module Name: src Committed By: christos Date: Fri Sep 15 17:19:44 UTC 2017
Modified Files: src/doc: CHANGES Log Message: - new acpica - obey the 80 character speed limit To generate a diff of this commit: cvs rdiff -u -r1.2316 -r1.2317 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2316 src/doc/CHANGES:1.2317 --- src/doc/CHANGES:1.2316 Thu Sep 14 14:45:17 2017 +++ src/doc/CHANGES Fri Sep 15 13:19:44 2017 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2316 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2317 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -58,5 +58,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0: tcpdump(8): Import 4.9.2. [christos 20170908] veriexecgen(8): Drop support for MD5, SHA1, RMD160. [sevan 20170909] itesio(4): Add support IT8728GF and IT877[12]E [hauke 20170814] - veriexec(4): Drop support for VERIFIED_EXEC_FP_MD5, VERIFIED_EXEC_FP_SHA1, - and VERIFIED_EXEC_FP_RMD160 options. [sevan 20170913] + veriexec(4): Drop support for VERIFIED_EXEC_FP_MD5, + VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_RMD160 options. + [sevan 20170913] + acpi(4): Updated ACPICA to 20170831. [christos 20170915]