From 5c22ab662137745d09442f13e240de7a860f951c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Sep 2024 17:49:36 +0200 Subject: [PATCH] Release 2.22 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30d75db6..08aa2554 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 2.22: + Fix issue with handling the Affinities property. + Fix issue with handling ConnectedAccessPoint signal when roaming. + ver 2.21: Fix issue with pending scan requests after regdom update. Fix issue with handling the rearming of the roaming timeout. diff --git a/configure.ac b/configure.ac index c76e1c2c..27c8287e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.21]) +AC_INIT([iwd],[2.22]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)