From 170125aa0179ec1b814ef8d845faa503e088cbbc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 12 Apr 2019 21:51:30 +0200 Subject: [PATCH] Release 0.17 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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)