diff --git a/ChangeLog b/ChangeLog index ba270525..ea79e728 100644 --- a/ChangeLog +++ b/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. diff --git a/configure.ac b/configure.ac index d52b2ee9..f78f376e 100644 --- a/configure.ac +++ b/configure.ac @@ -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)