From f807901c47e6814e08515a4adbc4bd57752c64bc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 15 Jul 2022 19:06:48 +0200 Subject: [PATCH] Release 1.29 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 158eb016..8fc94783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.29: + Fix issue with handling EAP-Success message. + Fix issue with handling secure setting and EAPoL. + Add support for DeviceProvisioning API properties. + ver 1.28: Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. diff --git a/configure.ac b/configure.ac index a013b40c..de1aee74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[1.28]) +AC_INIT([iwd],[1.29]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)