diff --git a/ChangeLog b/ChangeLog index cc32f7ce..f96489f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.9: + Fix issue with WPA3 connections in transition mode. + Fix issue with handling roaming attempt failures. + Add support for radio management work queue. + Add support P2P service manager interface. + Add support for WiFi Display client API. + ver 1.8: Fix issue with handling FT AKMs when not supported. Fix issue with handling FILS and RSNE in authenticate. diff --git a/configure.ac b/configure.ac index 7b33c5e1..bf7e94df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.8) +AC_INIT(iwd, 1.9) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)