From 3975482ac3fdf65be86de6ceb745f33e496116cf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Apr 2019 19:52:46 +0200 Subject: [PATCH] Release 0.15 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e6421b43..203c1db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 0.15: + Fix issue with handling RSSI thresholds. + Fix issue with handling abort for a connection. + Fix issue with stopping Access Point operation. + Add support for individual BSS blacklisting. + Add support for utilizing MAC randomization. + Add support for utilizing different key lengths. + Add support for 16, 24 and 32 byte MIC lengths. + Add support for handling driver rekying feature. + ver 0.14: Add support for tunneled MSCHAPv2 authentication. diff --git a/configure.ac b/configure.ac index c292c76e..fff73d1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.14) +AC_INIT(iwd, 0.15) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)