diff --git a/ChangeLog b/ChangeLog index 6722c774..edae757d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.13: + Fix issue with WSC interface runtime handling. + Add support for Opportunistic Wireless Encryption. + Add support for common EAP-TLS framework. + ver 0.12: Fix issue with handling 802.1x automatic connection. Fix issue with handling missing support for backtrace. diff --git a/configure.ac b/configure.ac index d8f34ae7..8d3d2285 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.12) +AC_INIT(iwd, 0.13) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)