Release 1.26

This commit is contained in:
Marcel Holtmann 2022-03-22 19:10:56 +01:00
parent 559a4058cd
commit 4e786f4143
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 1.26:
Fix issue with handling BSS that changed frequency.
Fix issue with handling frequencies in neighbor report.
Fix issue with operating classes for 802.11ax standard.
Fix issue with enforcing of MFPR for 6 GHz frequencies.
Add support for band defined in the WiFi 6E amendment.
Add support for scanning while in AP mode.
ver 1.25:
Fix issue with handling abort of periodic scans.
Fix issue with handling connection when link goes down.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 1.25)
AC_INIT(iwd, 1.26)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)