From c923448bacf8a855b40017fe53ba2edcd062eec1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 May 2019 21:32:54 +0200 Subject: [PATCH] Release 0.18 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c57d96c8..de17d1f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.18: + Fix issue with handling stale scan results. + Fix issue with handling OWE group renegotiation. + Fix issue with handshake failures on FT-PSK. + Add support for FILS (Fast Initial Link Setup). + ver 0.17: Fix issue with handling association failure path. Fix issue with handling checks for valid ECC point/scalar. diff --git a/configure.ac b/configure.ac index 4e863fed..db56296f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.17) +AC_INIT(iwd, 0.18) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)