From 40af18f96af0c7f1b56f67339ef53e000e738754 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Feb 2025 00:09:12 +0100 Subject: [PATCH] Release 3.4 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 284f2b81..394948d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 3.4: + Add support for the Test Anything Protocol. + ver 3.3: Fix issue with handling External Authentication. diff --git a/configure.ac b/configure.ac index 38669875..326c2bef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.3]) +AC_INIT([iwd],[3.4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)