Release 2.20

This commit is contained in:
Marcel Holtmann 2024-08-29 10:41:03 +02:00
parent e9ac7ab378
commit 1ac3915641
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.20:
Fix issue with PKEX timeout and number of frequencies used.
Fix issue with handling logic for handshake failures.
Fix issue with handling ConnectedAccessPoint signal.
ver 2.19: ver 2.19:
Fix issue with handling flush flag for external scans. Fix issue with handling flush flag for external scans.
Fix issue with handling SNR calculation in ranking. Fix issue with handling SNR calculation in ranking.

View File

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