aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-03-04 08:51:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-03-04 08:51:22 +0100
commit8bb3e3c4fa5c2beb852d9e433f6865131234197c (patch)
treea1992392d75a11391c275e9acc80d0f5ee930edf
parentc76f7eac05e291216f9475aa862d437644ae585d (diff)
Release 2.162.16
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2b2e4fe9..2a91170d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 2.16:
+ Fix issue with uninitialized variable and DPP encrypt.
+ Fix issue with Access Point mode and ATTR_MAC validation.
+ Fix issue with Access Point mode and frequency attributes.
+ Fix issue with P2P and handling client info description.
+ Fix issue with P2P and handling parsing of service info.
+ Fix issue with netconfig and handling domain list.
+ Add support for forcing a default ECC group.
+
ver 2.15:
Fix issue with notice events for connection timeouts.
Fix issue with reason code and deauthenticate event.
diff --git a/configure.ac b/configure.ac
index 8d805582f..23bf806b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([iwd],[2.15])
+AC_INIT([iwd],[2.16])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)