From f80189d161b2e346458cc536785d55dc05845320 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Mar 2021 15:04:34 +0200 Subject: [PATCH] Release 1.13 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35580f61..346d16b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.13: + Fix issue with EAPoL protocol version 2010 handling. + Fix issue with authenticator method logic handling. + Fix issue with getting scan results from firmware. + Add support for handling SAE offload connections. + Add support for roaming with FullMAC devices. + ver 1.12: Fix issue with handling retry roaming without higher RSSI. Fix issue with WPA3, OWE and FILS authentication handling. diff --git a/configure.ac b/configure.ac index 826ac689..78fb8254 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.12) +AC_INIT(iwd, 1.13) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)