From c365cc1b8d24f393edfd5c39ec0f36096c193ce2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 4 May 2021 15:00:17 +0200 Subject: [PATCH] Release 1.14 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 346d16b6..efb3c926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 1.14: + Fix issue with scanning property and quick scan cancellation. + Fix issue with handling authentication timeouts from SAE. + Fix issue with handling association timeouts and retries. + Fix issue with handling roaming frequencies after roaming. + Fix issue with requesting neighbor report after roaming. + Add support for handling PSK offload connections. + ver 1.13: Fix issue with EAPoL protocol version 2010 handling. Fix issue with authenticator method logic handling. diff --git a/configure.ac b/configure.ac index 607f618e..0db7c141 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.13) +AC_INIT(iwd, 1.14) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)