diff --git a/ChangeLog b/ChangeLog index c46b048e..d58fb366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 3.9: + Fix issue with Access Point mode and frequency unlocking. + Fix issue with network configuration and BSS retry logic. + Fix issue with handling busy notification from Access Point. + Fix issue with handling P-192, P-224 and P-521 for SAE. + ver 3.8: Fix issue with handling unit tests and missing kernel features. diff --git a/configure.ac b/configure.ac index 6c2fc955..7c3b8481 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.8]) +AC_INIT([iwd],[3.9]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)