From d3d449e287fb9c0f80528f382ce9b0b0790fe190 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 Feb 2022 21:53:11 +0100 Subject: [PATCH] Release 1.25 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0385e6ec..473da402 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.25: + Fix issue with handling abort of periodic scans. + Fix issue with handling connection when link goes down. + Fix issue with handling operating channel information. + Add support for encrypted network profile storage. + Add support for DPP initiating as a configurator. + ver 1.24: Fix issue with handshake and missing rekeying support. Fix issue with BSS ranking and zero signal strength. diff --git a/configure.ac b/configure.ac index 46f0a39e..1db905c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.24) +AC_INIT(iwd, 1.25) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)