Module Name: src
Committed By: riastradh
Date: Thu Aug 20 21:45:46 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note WireGuard.
(ozaki-r did the vast majority of the actual implementation in 2018;
I just dusted it off and imported it.)
To generate a diff of this commit:
cvs rdiff -u -r1.2731 -r1.2732 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.2731 src/doc/CHANGES:1.2732
--- src/doc/CHANGES:1.2731 Mon Aug 17 04:16:24 2020
+++ src/doc/CHANGES Thu Aug 20 21:45:46 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2731 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2732 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -273,3 +273,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
kernel: Add getrandom system call. [riastradh 20200813]
kernel: Disable COMPAT_LINUX by default [jdolecek 20200816]
mips: Port crash(8) to mips. [mrg 20200816]
+ wg(4): Add support for WireGuard. [ozaki-r 20200820]