3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-06-17 07:07:31 +02:00

Release 3.9

This commit is contained in:
Marcel Holtmann 2025-06-14 12:10:16 +02:00
parent f209e00dde
commit 601d9b0e02
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 3.9:
Fix issue with Access Point mode and frequency unlocking.
Fix issue with network configuration and BSS retry logic.
Fix issue with handling busy notification from Access Point.
Fix issue with handling P-192, P-224 and P-521 for SAE.
ver 3.8: ver 3.8:
Fix issue with handling unit tests and missing kernel features. Fix issue with handling unit tests and missing kernel features.

View File

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