From 605338f110bda888d361eac80deab7f9a06f7bf2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 23 Jan 2023 19:41:46 +0100 Subject: [PATCH] Release 2.2 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdceae44..1682c370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 2.2: + Fix issue with handling FT and multiple roaming scans. + Fix issue with handling multiple wiphy registrations. + Fix issue with with EAP-PEAP session resumption. + Add support for using PTK rekeying in AP mode. + Add support for setting country IE in AP mode. + Add support for setting WMM parameter IE in AP mode. + ver 2.1: Fix issue with handling FT-over-DS action. Fix issue with handling scan and 6 GHz support check. diff --git a/configure.ac b/configure.ac index 185514f6..96abfbfd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.1]) +AC_INIT([iwd],[2.2]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)