From 6b1c716324272e353328f5116ca7bf7f7f2ba10d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 20 Sep 2018 19:13:32 +0200 Subject: [PATCH] Release 0.8 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3fb5b3ad..98f4af2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 0.8: + Fix issue with handling EAP_CACHE_NEVER secret types. + Fix issue with redundant usage of the L flag and PEAP. + Fix issue with EAP type 33 as termination mechanism for PEAPv1. + Add initial version of Ethernet authentication daemon. + Add support for Station mode interface. + ver 0.7: Fix issue with hard coded peer address and SAE networks. Fix issue with raw passphrase requirement and SAE networks. diff --git a/configure.ac b/configure.ac index 7054f90d..dbadb00d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.7) +AC_INIT(iwd, 0.8) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)