mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:19:34 +01:00
Release 0.6
This commit is contained in:
parent
cbc149c7ed
commit
e56656521d
@ -1,3 +1,7 @@
|
|||||||
|
ver 0.6:
|
||||||
|
Fix issue with syncing the PSK on first connection.
|
||||||
|
Fix issue with unnecessary known object removal events.
|
||||||
|
|
||||||
ver 0.5:
|
ver 0.5:
|
||||||
Fix issue with EAPoL handling and Ad-Hoc networks.
|
Fix issue with EAPoL handling and Ad-Hoc networks.
|
||||||
Add support for using agent with EAP-GTC methods.
|
Add support for using agent with EAP-GTC methods.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 0.5)
|
AC_INIT(iwd, 0.6)
|
||||||
|
|
||||||
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