diff --git a/ChangeLog b/ChangeLog index 158eb016..8fc94783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.29: + Fix issue with handling EAP-Success message. + Fix issue with handling secure setting and EAPoL. + Add support for DeviceProvisioning API properties. + ver 1.28: Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. diff --git a/configure.ac b/configure.ac index a013b40c..de1aee74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[1.28]) +AC_INIT([iwd],[1.29]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)