From cc0fcb2bb4c33789315b58af3a6feff5e2064102 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 26 Feb 2024 20:55:02 +0100 Subject: [PATCH] Release 2.15 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b8cca2f..a2b2e4fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.15: + Fix issue with notice events for connection timeouts. + Fix issue with reason code and deauthenticate event. + Fix issue with handling basename() functionality. + ver 2.14: Fix issue with accepting PTK 4/4 after receiving PTK 2/4. Fix issue with frequency limit for quick scans. diff --git a/configure.ac b/configure.ac index 7ed6bc46..8d805582 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.14]) +AC_INIT([iwd],[2.15]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)