diff --git a/ChangeLog b/ChangeLog index ea79e728..9cd92724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.3: + Fix issue with auto-connect settings for open networks. + Fix issue with handling beacon loss in roaming situations. + Fix issue with handling bridged wireless network interfaces. + Fix issue with handling EAP identity prompt or notification. + Fix issue with handling EAP state reset and reauthentication. + Add support for user specified hidden network connections. + Add support for configuring WDS / 4ADDR operation. + ver 0.2: Fix issue with unsupported bands from roam scan frequency set. Fix issue with handling disconnect by AP and by SME events. diff --git a/configure.ac b/configure.ac index 9e9286a5..7b1a0e59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.2) +AC_INIT(iwd, 0.3) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)