diff --git a/ChangeLog b/ChangeLog index fa940a6d..35580f61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.12: + Fix issue with handling retry roaming without higher RSSI. + Fix issue with WPA3, OWE and FILS authentication handling. + Fix issue with handling locally generated deauth frames. + Fix issue with quick scanning and connect interaction. + Add support for diagnostic D-Bus interfaces. + ver 1.11: Add support for ACD client for static configuration. Add support for intelligent scan of all frequencies. diff --git a/configure.ac b/configure.ac index d05047ad..a56f940e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.11) +AC_INIT(iwd, 1.12) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)