aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-06-15 17:22:57 +0200
committerMarcel Holtmann <marcel@holtmann.org>2020-06-15 17:22:57 +0200
commita01754f56aacdc641c819f983c3c0ad374be77b2 (patch)
treed1afb91e125f920a6744a9b490fd9ef1fea6627b
parent254cefcc96a994c70cf7caf2822d77224f7ca173 (diff)
downloadiwd-a01754f56aacdc641c819f983c3c0ad374be77b2.tar.gz
Release 1.8
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2040a7900..cc32f7ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.8:
+ Fix issue with handling FT AKMs when not supported.
+ Fix issue with handling FILS and RSNE in authenticate.
+ Fix issue with handling auto-connection and quick scan.
+ Fix issue with sending multiple scan requests.
+ Add support for P2P feature and API.
+
ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.
diff --git a/configure.ac b/configure.ac
index ddbc287b8..874605ec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(iwd, 1.7)
+AC_INIT(iwd, 1.8)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)