diff --git a/ChangeLog b/ChangeLog index 22dff762..c57d96c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.17: + Fix issue with handling association failure path. + Fix issue with handling checks for valid ECC point/scalar. + Fix issue with handling potential infinite loop and SAE. + Fix issue with handling randomization for passive scans. + Add support for randomization of SN for probe requests. + Add support for handling the FILS cipher suites. + Add support for ERP key caching feature. + ver 0.16: Add missing pkcs8.conf for module loading. diff --git a/configure.ac b/configure.ac index ec0619eb..42eba9a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.16) +AC_INIT(iwd, 0.17) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)