From 52e6a7c2ee69588c084ade60df400832c40f0f30 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 27 Nov 2023 16:58:45 +0100 Subject: [PATCH] Release 2.10 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eff7696a..76b7934e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.10: + Fix issue with buffer overflow for 32 byte SSIDs. + Fix issue with deauthentication before FT work completes. + Fix issue with power save disabling procedure. + ver 2.9: Fix issue with handling certain FT failures. Fix issue with handling user-disabled bands. diff --git a/configure.ac b/configure.ac index aaaedc7d..245b9a50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.9]) +AC_INIT([iwd],[2.10]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)