From 6f4b91ac8eace26379174b879cc5181c6ad88bf5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Sep 2021 22:00:19 +0200 Subject: [PATCH] Release 1.18 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93d488b1..276a5af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.18: + Add support for Access Point FILS IP Address Assignment IE. + Add support for P2P GO-side 4-way handshake IP allocation. + Add support for forcing SAE group 19 if BSS requires it. + Fix issue with handling faulty SAE duplicate commits. + ver 1.17: Fix issue with sending additional and vendor IEs. Fix issue with IE ordering for 802.11-2020 support. diff --git a/configure.ac b/configure.ac index 16b7a247..c6250401 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.17) +AC_INIT(iwd, 1.18) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)