Module Name: src Committed By: jakllsch Date: Thu Dec 19 15:39:01 UTC 2019
Modified Files: src/doc: CHANGES Log Message: Note change of net80211 behavior regarding association to any AP when no SSID is configured. To generate a diff of this commit: cvs rdiff -u -r1.2624 -r1.2625 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.2624 src/doc/CHANGES:1.2625 --- src/doc/CHANGES:1.2624 Tue Dec 17 02:32:26 2019 +++ src/doc/CHANGES Thu Dec 19 15:39:01 2019 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2624 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2625 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -83,3 +83,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: openpam(3): update to 20190224 (tabebuia) [christos 20191215] kerberos(8): Update to Heimdal-7.7.0 [christos 20191215] file(1): Upgraded to 5.38. [christos 20191216] + net80211: Require SSID configuration to associate with an open AP. + [jakllsch 20191219]