diff --git a/ChangeLog b/ChangeLog index 473da402..06207f60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 1db905c2..262f6048 100644 --- a/configure.ac +++ b/configure.ac @@ -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)