aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-03-25 10:35:01 +0100
committerMarcel Holtmann <marcel@holtmann.org>2020-03-25 10:35:01 +0100
commitad97f4f945b828425ff288e905523e11b330d41d (patch)
treedac9c7cf583ec3ed3b38bbdf9d682edb40ace874
parent5a0d5de68957ed11407694cf1acee1ab1cb4be79 (diff)
downloadiwd-ad97f4f945b828425ff288e905523e11b330d41d.tar.gz
Release 1.6
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5fe754a8..3cf3606ed 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 1eb35978b..cfabd4de4 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)