From 400782b6e4d87ed714b2133e88298c278801a453 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 19 Nov 2023 18:53:15 +0100 Subject: [PATCH] Release 2.9 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 95bb47b7..eff7696a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 2.9: + Fix issue with handling certain FT failures. + Fix issue with handling user-disabled bands. + Fix issue with handling roam on beacon loss event. + Add support for PKEX configurator. + Add support for PKEX enrollee. + ver 2.8: Fix issue with handling OWE AKM in association reply. diff --git a/configure.ac b/configure.ac index c4d86c33..753e691b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.8]) +AC_INIT([iwd],[2.9]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)