From 1ee7b985aaa294447d073bfe1242744784278a8e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Feb 2020 08:31:09 +0100 Subject: [PATCH] Release 1.5 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 457998d2..b5fe754a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.5: + Fix issue with handling missing NEW_WIPHY events. + Fix issue with interface creation and NEW_WIPHY events. + Fix issue with handling LastConnectedTime property change. + Fix issue with PEAPv0 interoperability with Windows. + ver 1.4: Fix issue with handling Crypto-Binding and invalid MACs. Fix issue with handling change station error results. diff --git a/configure.ac b/configure.ac index da34be67..cf15dcaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.4) +AC_INIT(iwd, 1.5) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)