3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-05-02 14:17:24 +02:00

Release 3.6

This commit is contained in:
Marcel Holtmann 2025-04-02 15:05:43 +02:00
parent 0a93c55552
commit 6933b73969
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 3.6:
Fix issue with handling blacklisting and roaming requests.
Fix issue with handling CQM thresholds for FullMAC devices.
Add support for PMKSA when using FullMAC devices.
ver 3.5: ver 3.5:
Add support for option to disable blacklist handling. Add support for option to disable blacklist handling.
Add support for option to disable SAE for broken drivers. Add support for option to disable SAE for broken drivers.

View File

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