Release 2.1

This commit is contained in:
Marcel Holtmann 2022-12-18 20:58:24 +01:00
parent 14d9bdbd9a
commit 5042c8e924
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 2.1:
Fix issue with handling FT-over-DS action.
Fix issue with handling scan and 6 GHz support check.
Fix issue with handling when periodic scans get aborted.
Add support for using 5 GHz frequencies in AP mode.
ver 2.0: ver 2.0:
Fix issue with handling P2P and limiting ciphers to CCMP. Fix issue with handling P2P and limiting ciphers to CCMP.
Fix issue with scanning before forced roaming action. Fix issue with scanning before forced roaming action.

View File

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