From 6c3110551aed06c0490ea24c20bdb950cd532dd7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 9 Nov 2018 21:29:01 +0100 Subject: [PATCH] Release 0.11 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5d49fe1b..b334f48c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.11: + Fix issue with handling EAP-TTLS and redundant L flags. + Fix issue with handling EAP-TLS upper limit on request size. + Fix issue with handling handshake complete after setting keys. + Fix issue with handling access points with too many rates. + Fix issue with requiring PSK if passphrase is present. + Add support for retrieving list of hidden access points. + Add support for tunneled MS-CHAP. + ver 0.10: Fix issue with Ethernet authentication packet handling. Fix issue with ad-hoc network scan results in station mode. diff --git a/configure.ac b/configure.ac index 180cc5df..4f904944 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.10) +AC_INIT(iwd, 0.11) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)