From 1dd9f94713d2a3ef72a9127ba2aa0f21efe9c6bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 25 Nov 2024 19:04:47 +0100 Subject: [PATCH] Release 3.2 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7f78641..5c6dea38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 3.2: + Fix issue with GCC 15 and -std=c23 build errors. + Add support for using PMKSA over SAE if available. + Add support for HighUtilization/StationCount thresholds. + Add support for disabling Multicast RX option. + ver 3.1: Fix issue with handling OWE transition BSS selection. Fix issue with handling oper class 136 starting frequency. diff --git a/configure.ac b/configure.ac index 29a201d1..61c49f2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.1]) +AC_INIT([iwd],[3.2]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)