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

Release 3.7

This commit is contained in:
Marcel Holtmann 2025-05-04 19:34:32 +02:00
parent 266eb405f2
commit 36b1086f60
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 3.7:
Fix issue with handling length of EncryptedSecurity.
Fix issue with handling empty affinities lists.
Fix issue with handling survey scanning results.
Fix issue with handling duplicate values in DPP URI.
ver 3.6:
Fix issue with handling blacklisting and roaming requests.
Fix issue with handling CQM thresholds for FullMAC devices.

View File

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