From 9a81a4a967d8d3977c4914def0de1eb99c35765c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Feb 2022 15:00:35 +0100 Subject: [PATCH] Release 1.24 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89d0274f..0385e6ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.24: + Fix issue with handshake and missing rekeying support. + Fix issue with BSS ranking and zero signal strength. + Fix issue with setting OWE IE length correctly. + ver 1.23: Fix issue with handling handshake offloading. Fix issue with at_console and D-Bus policy. diff --git a/configure.ac b/configure.ac index 7e4c3ec9..06f0fc68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.23) +AC_INIT(iwd, 1.24) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)