From 6d47354e630f770c25b635ae80818ee4d37c050c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 12 Jun 2021 14:32:08 +0200 Subject: [PATCH] Release 1.15 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efb3c926..8fcad100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.15: + Add support for FT-over-DS procedure with multiple BSS. + Add support for estimation of VHT RX data rate. + Add support for exporting Daemon information. + ver 1.14: Fix issue with scanning property and quick scan cancellation. Fix issue with handling authentication timeouts from SAE. diff --git a/configure.ac b/configure.ac index e2193969..496f711a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.14) +AC_INIT(iwd, 1.15) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)