From 5042c8e9249228f6558280b47cf5aa31bd8fc2ac Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 18 Dec 2022 20:58:24 +0100 Subject: [PATCH] Release 2.1 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3de51e93..fdceae44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 2.1: + Fix issue with handling FT-over-DS action. + Fix issue with handling scan and 6 GHz support check. + Fix issue with handling when periodic scans get aborted. + Add support for using 5 GHz frequencies in AP mode. + ver 2.0: Fix issue with handling P2P and limiting ciphers to CCMP. Fix issue with scanning before forced roaming action. diff --git a/configure.ac b/configure.ac index a55a6f39..db3bd834 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.0]) +AC_INIT([iwd],[2.1]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)