From 971e1d2038a203ad43bd2278a811a9e5ec8d52db Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 30 Oct 2019 10:39:11 +0100 Subject: [PATCH] Release 1.0 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 153476a7..1dfc06aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 1.0: + Add support for stable D-Bus interfaces. + Add support for network configuration documentation. + ver 0.23: Fix issue with strict certificate chain checks. Fix issue with parsing RSNE_ADVANCE information. diff --git a/configure.ac b/configure.ac index 88703af7..fa45c280 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.23) +AC_INIT(iwd, 1.0) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)