From 601d9b0e02a70e3f6c72912ece8082400c303cc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 14 Jun 2025 12:10:16 +0200 Subject: [PATCH] Release 3.9 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c46b048e..d58fb366 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 3.9: + Fix issue with Access Point mode and frequency unlocking. + Fix issue with network configuration and BSS retry logic. + Fix issue with handling busy notification from Access Point. + Fix issue with handling P-192, P-224 and P-521 for SAE. + ver 3.8: Fix issue with handling unit tests and missing kernel features. diff --git a/configure.ac b/configure.ac index 6c2fc955..7c3b8481 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.8]) +AC_INIT([iwd],[3.9]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)