From e56656521d2167efc48cc484dcbecb860deb6968 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 Aug 2018 21:33:53 +0200 Subject: [PATCH] Release 0.6 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5464028f..ce629131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.6: + Fix issue with syncing the PSK on first connection. + Fix issue with unnecessary known object removal events. + ver 0.5: Fix issue with EAPoL handling and Ad-Hoc networks. Add support for using agent with EAP-GTC methods. diff --git a/configure.ac b/configure.ac index c6039510..b443cda2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.5) +AC_INIT(iwd, 0.6) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)