From 7e393663e7f266c2a6c42479c37d22bc5a5b3a45 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 13 Dec 2019 10:12:41 +0100 Subject: [PATCH] Release 1.3 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c14a806e..bc0b66a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.3: + Fix issue with handling EAP-GTC and password requests. + Fix issue with handling Crypto-Binding TLV for PEAPv0. + Fix issue with handling key installation and PEAP Phase 2. + Fix issue with handling externally triggered scan requests. + Fix issue with handling RCPI calculation for RRM requests. + ver 1.2: Fix issue with handling scan requests while connecting. Fix issue with handling scan duration for RRM requests. diff --git a/configure.ac b/configure.ac index 028c5791..12765335 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.2) +AC_INIT(iwd, 1.3) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)