From 77f16ae26fc013477f6362a0c33f0e52e82863e0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 Oct 2019 09:12:21 +0200 Subject: [PATCH] Release 0.23 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b41a668d..153476a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.23: + Fix issue with strict certificate chain checks. + Fix issue with parsing RSNE_ADVANCE information. + Fix issue with parsing RSN information for WPA1. + Fix issue with logic error in scan frequency validation. + Fix issue with integer overflow and authentication frames. + Add support for installing various manual pages. + ver 0.22: Fix issue with hotplug and device capability detection. Add support for IPv6 network configuration handling. diff --git a/configure.ac b/configure.ac index 2e61be74..35b71a8d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.22) +AC_INIT(iwd, 0.23) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)