From ef6084dcb4fe2e00327bb9c7b113ece204042c22 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Apr 2020 20:37:39 +0200 Subject: [PATCH] Release 1.7 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3cf3606e..2040a790 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 1fc875b2..ddbc287b 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)