aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-12-14 00:00:17 +0100
committerMarcel Holtmann <marcel@holtmann.org>2023-12-14 00:00:17 +0100
commite8e5d91e5a6be397bc6e56fe1bc2c71061eb2615 (patch)
treefd0d87180f4689cb02a836ced48d212b06a69164
parent0979ff697aff7eeb709112173b6ed2030500663b (diff)
Release 2.112.11
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76b7934ec..bdc938352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 2.11:
+ Fix issue with handling iovecs with multiple IEs.
+ Fix issue with handling SAE password identifiers.
+ Fix issue with handling agent release method call.
+
ver 2.10:
Fix issue with buffer overflow for 32 byte SSIDs.
Fix issue with deauthentication before FT work completes.
diff --git a/configure.ac b/configure.ac
index 245b9a50a..d84e035c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([iwd],[2.10])
+AC_INIT([iwd],[2.11])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)