diff --git a/ChangeLog b/ChangeLog index 98f4af2e..0bbbd671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.9: + Fix issue with handling EAP-WSC passwords. + Add support for TTLS-CHAP and TTLS-PAP. + Add support for handling FT over SAE. + ver 0.8: Fix issue with handling EAP_CACHE_NEVER secret types. Fix issue with redundant usage of the L flag and PEAP. diff --git a/configure.ac b/configure.ac index dbadb00d..f6505da9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.8) +AC_INIT(iwd, 0.9) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)