From ad97f4f945b828425ff288e905523e11b330d41d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 25 Mar 2020 10:35:01 +0100 Subject: [PATCH] Release 1.6 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b5fe754a..3cf3606e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 1.6: + Fix issue with handling missing AP stop events. + Fix issue with handling out-of-order disconnect events. + Fix issue with handling missing auth/assoc support. + Fix issue with handling omitted EAP-TLS-CACert. + Fix issue with handling OWE PTK derivation. + Add support for internal frame exchange API. + Add support for MAC randomization and override. + Add support for per-network MAC addresses. + ver 1.5: Fix issue with handling missing NEW_WIPHY events. Fix issue with interface creation and NEW_WIPHY events. diff --git a/configure.ac b/configure.ac index 1eb35978..cfabd4de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.5) +AC_INIT(iwd, 1.6) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)