Release 1.14

This commit is contained in:
Marcel Holtmann 2021-05-04 15:00:17 +02:00
parent e1fc36966b
commit c365cc1b8d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 1.14:
Fix issue with scanning property and quick scan cancellation.
Fix issue with handling authentication timeouts from SAE.
Fix issue with handling association timeouts and retries.
Fix issue with handling roaming frequencies after roaming.
Fix issue with requesting neighbor report after roaming.
Add support for handling PSK offload connections.
ver 1.13:
Fix issue with EAPoL protocol version 2010 handling.
Fix issue with authenticator method logic handling.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 1.13)
AC_INIT(iwd, 1.14)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)