mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.2
This commit is contained in:
parent
3d69c3b134
commit
eacbcc8499
10
ChangeLog
10
ChangeLog
@ -1,2 +1,12 @@
|
||||
ver 0.2:
|
||||
Fix issue with unsupported bands from roam scan frequency set.
|
||||
Fix issue with handling disconnect by AP and by SME events.
|
||||
Fix issue with string start calculation for MS-CHAP v2.
|
||||
Add workaround for 0 oper class in neighbor report.
|
||||
Add support for EAPoL over NL80211 kernel feature.
|
||||
Add support for EAP-PWD authentication method.
|
||||
Add support for EAP-GTC authentication method.
|
||||
Add support for agent functionality to client.
|
||||
|
||||
ver 0.1:
|
||||
Initial public release.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.1)
|
||||
AC_INIT(iwd, 0.2)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user