diff --git a/ChangeLog b/ChangeLog index 8fc94783..99413b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 1.30: + Fix issue with handling OWE if buggy AP is detected. + Fix issue with handling quick scan and enabling 6GHz. + Fix issue with handling tags for extended IEs. + Add support for handling HE capabilities. + Add support for handling regulatory domain changes. + Add support for handling netdev packet loss events. + ver 1.29: Fix issue with handling EAP-Success message. Fix issue with handling secure setting and EAPoL. diff --git a/configure.ac b/configure.ac index 4dcbe1f5..e0b9d919 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[1.29]) +AC_INIT([iwd],[1.30]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)