diff --git a/ChangeLog b/ChangeLog index b334f48c..6722c774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.12: + Fix issue with handling 802.1x automatic connection. + Fix issue with handling missing support for backtrace. + ver 0.11: Fix issue with handling EAP-TTLS and redundant L flags. Fix issue with handling EAP-TLS upper limit on request size. diff --git a/configure.ac b/configure.ac index 3025f095..8deb53aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.11) +AC_INIT(iwd, 0.12) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)