From 8bb3e3c4fa5c2beb852d9e433f6865131234197c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 4 Mar 2024 08:51:22 +0100 Subject: [PATCH] Release 2.16 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2b2e4fe..2a91170d 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 8d805582..23bf806b 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)