From c96812a5f6954eb4ad173a8d1c5b70fab8905019 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 22 Aug 2021 06:19:21 +0200 Subject: [PATCH] Release 1.17 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0c4695f..93d488b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.17: + Fix issue with sending additional and vendor IEs. + Fix issue with IE ordering for 802.11-2020 support. + Fix issue with frequency update on channel switch events. + Fix issue with drivers and handling of IF_OPER_UP setting. + ver 1.16: Fix issue with writing provisioning files with a passphrase. Add support for Authenticator & Supplicant RSN Extension elements. diff --git a/configure.ac b/configure.ac index 40c46cfb..fea082f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.16) +AC_INIT(iwd, 1.17) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)