From 3e7a8feee054ac5b48398ba83a08aca623fe1067 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 25 Sep 2025 15:36:37 +0200 Subject: [PATCH] Release 3.10 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d58fb366..ee625347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 3.10: + Fix issue with handling neighbor report on BSS TM request. + Fix issue with handling deauth and FT association failure. + Fix issue with handling roaming and old frequencies. + ver 3.9: Fix issue with Access Point mode and frequency unlocking. Fix issue with network configuration and BSS retry logic. diff --git a/configure.ac b/configure.ac index 7c3b8481..db0a26ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.9]) +AC_INIT([iwd],[3.10]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)