From a938313cbac621546eae15a0a85e99d347a13e8c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Dec 2023 13:31:43 +0100 Subject: [PATCH] Release 2.12 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdc93835..44fa70c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.12: + Fix issue with DPP extra settings not being used. + Fix issue with DPP and PRF+ handling on AARCH64. + Add support for SAE password identifiers. + ver 2.11: Fix issue with handling iovecs with multiple IEs. Fix issue with handling SAE password identifiers. diff --git a/configure.ac b/configure.ac index d84e035c..3e9da6bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.11]) +AC_INIT([iwd],[2.12]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)