Release 2.21

This commit is contained in:
Marcel Holtmann 2024-09-09 09:09:29 +02:00
parent 4f2bf0b0a6
commit 87a8884f25
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 2.21:
Fix issue with pending scan requests after regdom update.
Fix issue with handling the rearming of the roaming timeout.
Fix issue with survey request and externally triggered scans.
Fix issue with RSSI fallback when setting CQM threshold fails.
Fix issue with FT-over-Air without offchannel support.
Add support for per station Affinities property.
ver 2.20:
Fix issue with PKEX timeout and number of frequencies used.
Fix issue with handling logic for handshake failures.

View File

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