diff --git a/ChangeLog b/ChangeLog index 76b00c2f..fc528c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 3.12: + Fix issue with handling expiration of PMKSA. + Fix issue with handling uninitialized buffer and PMKID. + Fix issue with checking for PKCS#8 key parser in unit tests. + Fix issue with using -std=c23 compiler setting. + ver 3.11: Fix issue with interface registration before acquiring name. diff --git a/configure.ac b/configure.ac index feae515d..f039d7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.11]) +AC_INIT([iwd],[3.12]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)