From 8a8a0df05cac431c05f48016a39e6b1fcbb7e8c0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Dec 2018 12:42:07 +0100 Subject: [PATCH] Release 0.13 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6722c774..edae757d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.13: + Fix issue with WSC interface runtime handling. + Add support for Opportunistic Wireless Encryption. + Add support for common EAP-TLS framework. + ver 0.12: Fix issue with handling 802.1x automatic connection. Fix issue with handling missing support for backtrace. diff --git a/configure.ac b/configure.ac index d8f34ae7..8d3d2285 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.12) +AC_INIT(iwd, 0.13) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)