From 2600d3938eb80b1e857ba957431a018242e2abae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 18 Nov 2022 13:30:30 +0100 Subject: [PATCH] Release 2.0 --- ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99413b8d..3de51e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +ver 2.0: + Fix issue with handling P2P and limiting ciphers to CCMP. + Fix issue with scanning before forced roaming action. + Fix issue with provided scan frequencies from RRM. + Fix issue with handling Michael MIC failure message. + Fix issue with handling timestamp size in MPDU frames. + Fix issue with handling enablement of OCVC for FT AKMs. + Fix issue with handling FT work as highest priority. + Fix issue with handling roaming events and Multi-BSS. + Add support for utilizing roaming candidates list. + Add support for utilizing TLS session caching. + Add support for ciphers with 256 bits key size. + Add support for Access Point mode with legacy TKIP. + Add support for MAC address changes while powered. + Add support for IPv4 and IPv6 network configuration. + ver 1.30: Fix issue with handling OWE if buggy AP is detected. Fix issue with handling quick scan and enabling 6GHz. diff --git a/configure.ac b/configure.ac index 11b1df41..6a18c9ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[1.30]) +AC_INIT([iwd],[2.0]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)