diff --git a/ChangeLog b/ChangeLog index d815e815..0d22ba04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.21: + Fix issue with cleartext ACK and tunneled EAP-Success. + Fix issue with setting bits in extended capabilities. + Fix issue with WPA-1 information element parsing. + Add support for handling QoS Map IE and frames. + Add support for STATE_DIRECTORY environment. + Add support for CONFIGURATION_DIRECTORY environment. + ver 0.20: Add support for adding Extended Capabilities bits. Add support for ServerDomainMask configuration option. diff --git a/configure.ac b/configure.ac index 2a8285fe..f9a3e216 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.20) +AC_INIT(iwd, 0.21) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)