aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-04-14 20:37:39 +0200
committerMarcel Holtmann <marcel@holtmann.org>2020-04-14 20:37:39 +0200
commitef6084dcb4fe2e00327bb9c7b113ece204042c22 (patch)
tree71cc2232a4cbc6afae3c10a1d66ae7578f431032
parent4eabc1bed097387005b3434fe9885a06797b78ec (diff)
downloadiwd-ef6084dcb4fe2e00327bb9c7b113ece204042c22.tar.gz
Release 1.7
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cf3606ed..2040a7900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 1.7:
+ Fix issue with APs that send IGTK falsely in big endian.
+ Fix issue with setting linkmode & operstate for open networks.
+
ver 1.6:
Fix issue with handling missing AP stop events.
Fix issue with handling out-of-order disconnect events.
diff --git a/configure.ac b/configure.ac
index 1fc875b23..ddbc287b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(iwd, 1.6)
+AC_INIT(iwd, 1.7)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)