mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 0.5
This commit is contained in:
parent
abeed797c0
commit
cb24b622ae
@ -1,3 +1,11 @@
|
|||||||
|
ver 0.5:
|
||||||
|
Fix issue with EAPoL handling and Ad-Hoc networks.
|
||||||
|
Add support for using agent with EAP-GTC methods.
|
||||||
|
Add support for improved Known Networks management.
|
||||||
|
Add support for Simultaneous Authentication of Equals.
|
||||||
|
Add support for exposing supported modes of operation.
|
||||||
|
Add support for D-Bus auto-activation via systemd.
|
||||||
|
|
||||||
ver 0.4:
|
ver 0.4:
|
||||||
Fix issue with handling all zero PMKID.
|
Fix issue with handling all zero PMKID.
|
||||||
Fix issue with handling PEAP servers and M bit requirement.
|
Fix issue with handling PEAP servers and M bit requirement.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 0.4)
|
AC_INIT(iwd, 0.5)
|
||||||
|
|
||||||
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