3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-11-21 09:27:26 +01:00

Release 3.10

This commit is contained in:
Marcel Holtmann 2025-09-25 15:36:37 +02:00
parent 3760a49650
commit 3e7a8feee0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 3.10:
Fix issue with handling neighbor report on BSS TM request.
Fix issue with handling deauth and FT association failure.
Fix issue with handling roaming and old frequencies.
ver 3.9: ver 3.9:
Fix issue with Access Point mode and frequency unlocking. Fix issue with Access Point mode and frequency unlocking.
Fix issue with network configuration and BSS retry logic. Fix issue with network configuration and BSS retry logic.

View File

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