diff --git a/ChangeLog b/ChangeLog index 5c6dea38..284f2b81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 3.3: + Fix issue with handling External Authentication. + ver 3.2: Fix issue with GCC 15 and -std=c23 build errors. Add support for using PMKSA over SAE if available. diff --git a/configure.ac b/configure.ac index 61c49f2b..fa7a5aaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.2]) +AC_INIT([iwd],[3.3]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)