diff --git a/ChangeLog b/ChangeLog index df262fdf..b5f1e190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 3.6: + Fix issue with handling blacklisting and roaming requests. + Fix issue with handling CQM thresholds for FullMAC devices. + Add support for PMKSA when using FullMAC devices. + ver 3.5: Add support for option to disable blacklist handling. Add support for option to disable SAE for broken drivers. diff --git a/configure.ac b/configure.ac index adae0222..fc4169e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.5]) +AC_INIT([iwd],[3.6]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)