Release 2.22

This commit is contained in:
Marcel Holtmann 2024-09-11 17:49:36 +02:00
parent af99fbb6c0
commit 5c22ab6621
2 changed files with 5 additions and 1 deletions

View File

@ -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: ver 2.21:
Fix issue with pending scan requests after regdom update. Fix issue with pending scan requests after regdom update.
Fix issue with handling the rearming of the roaming timeout. Fix issue with handling the rearming of the roaming timeout.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([iwd],[2.21]) AC_INIT([iwd],[2.22])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_AUX_DIR(build-aux)