From dc956d4f331760f8377e7fa25c634a62d0b60c67 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 15 Jun 2018 11:02:16 +0200 Subject: [PATCH] Release 0.3 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea79e728..9cd92724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.3: + Fix issue with auto-connect settings for open networks. + Fix issue with handling beacon loss in roaming situations. + Fix issue with handling bridged wireless network interfaces. + Fix issue with handling EAP identity prompt or notification. + Fix issue with handling EAP state reset and reauthentication. + Add support for user specified hidden network connections. + Add support for configuring WDS / 4ADDR operation. + ver 0.2: Fix issue with unsupported bands from roam scan frequency set. Fix issue with handling disconnect by AP and by SME events. diff --git a/configure.ac b/configure.ac index 9e9286a5..7b1a0e59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.2) +AC_INIT(iwd, 0.3) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)