Release 2.3

This commit is contained in:
Marcel Holtmann 2023-02-02 13:55:28 +01:00
parent ce3507558c
commit ae0762786e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 2.3:
Fix issue with length calculation for WMM IE.
Fix issue with channel number allocation off-by-one.
Fix issue with cached session when TLS phase2 fails.
Add support for FastReauthentication setting for EAP-TLS.
ver 2.2: ver 2.2:
Fix issue with handling FT and multiple roaming scans. Fix issue with handling FT and multiple roaming scans.
Fix issue with handling multiple wiphy registrations. Fix issue with handling multiple wiphy registrations.

View File

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