Release 2.2

This commit is contained in:
Marcel Holtmann 2023-01-23 19:41:46 +01:00
parent a59a9c00fb
commit 605338f110
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 2.2:
Fix issue with handling FT and multiple roaming scans.
Fix issue with handling multiple wiphy registrations.
Fix issue with with EAP-PEAP session resumption.
Add support for using PTK rekeying in AP mode.
Add support for setting country IE in AP mode.
Add support for setting WMM parameter IE in AP mode.
ver 2.1:
Fix issue with handling FT-over-DS action.
Fix issue with handling scan and 6 GHz support check.

View File

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