From 881807d14b7ee2a71f53c872303f6c05c4ee487a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Sep 2022 20:41:20 +0200 Subject: [PATCH] Release 1.30 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8fc94783..99413b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 1.30: + Fix issue with handling OWE if buggy AP is detected. + Fix issue with handling quick scan and enabling 6GHz. + Fix issue with handling tags for extended IEs. + Add support for handling HE capabilities. + Add support for handling regulatory domain changes. + Add support for handling netdev packet loss events. + ver 1.29: Fix issue with handling EAP-Success message. Fix issue with handling secure setting and EAPoL. diff --git a/configure.ac b/configure.ac index 4dcbe1f5..e0b9d919 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[1.29]) +AC_INIT([iwd],[1.30]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)