From 860fa4697f349da7791ecf22ca76f9ac0e5de261 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 19 Dec 2019 20:46:50 +0100 Subject: [PATCH] Release 1.4 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bc0b66a4..457998d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.4: + Fix issue with handling Crypto-Binding and invalid MACs. + Fix issue with handling change station error results. + Fix issue with handling DNS resolving installations. + ver 1.3: Fix issue with handling EAP-GTC and password requests. Fix issue with handling Crypto-Binding TLV for PEAPv0. diff --git a/configure.ac b/configure.ac index 12765335..5ae1401c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.3) +AC_INIT(iwd, 1.4) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)