mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
Release 0.8
This commit is contained in:
parent
111af84d91
commit
6b1c716324
@ -1,3 +1,10 @@
|
|||||||
|
ver 0.8:
|
||||||
|
Fix issue with handling EAP_CACHE_NEVER secret types.
|
||||||
|
Fix issue with redundant usage of the L flag and PEAP.
|
||||||
|
Fix issue with EAP type 33 as termination mechanism for PEAPv1.
|
||||||
|
Add initial version of Ethernet authentication daemon.
|
||||||
|
Add support for Station mode interface.
|
||||||
|
|
||||||
ver 0.7:
|
ver 0.7:
|
||||||
Fix issue with hard coded peer address and SAE networks.
|
Fix issue with hard coded peer address and SAE networks.
|
||||||
Fix issue with raw passphrase requirement and SAE networks.
|
Fix issue with raw passphrase requirement and SAE networks.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 0.7)
|
AC_INIT(iwd, 0.8)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user