From 26ed1f8b9f42e84c269bc8c79c217538ec55b260 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 May 2025 13:41:49 +0200 Subject: [PATCH] Release 3.8 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc10c2c1..c46b048e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 3.8: + Fix issue with handling unit tests and missing kernel features. + ver 3.7: Fix issue with handling length of EncryptedSecurity. Fix issue with handling empty affinities lists. diff --git a/configure.ac b/configure.ac index 5946b2a8..6c2fc955 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[3.7]) +AC_INIT([iwd],[3.8]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)