From 299337b579ab0b8e7a29c52ccb7b016b64e56c77 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 14 Nov 2019 21:02:37 +0100 Subject: [PATCH] Release 1.1 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1dfc06aa..6a45cc3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.1: + Fix issue with simple configuration support checks. + Fix issue with handling TLS tunnel and PEAPv0. + Add support for radio resource management. + ver 1.0: Add support for stable D-Bus interfaces. Add support for network configuration documentation. diff --git a/configure.ac b/configure.ac index fa45c280..6db9a2fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.0) +AC_INIT(iwd, 1.1) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)