From b9b5a8e9b1a55390d70afe7b39d2ae0a6f6d0f1b Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Wed, 3 Jul 2024 23:43:51 +0200 Subject: [PATCH] Updated NEWS for the release of v1.3.1 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 92ff54c..3d7a951 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ Release Notes ============= + ******************* + 1.3.1 (03 Jul 2024) + ******************* + +* To avoid build failures with newer POCO versions, the configure script + sets POCO_UNBUNDLED to 1 if Poco/XML/expat.h is not available. + ******************* 1.3.0 (22 Mar 2024) ******************* diff --git a/configure.ac b/configure.ac index 7ae552f..a705680 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ClamFS],[1.3.0],[krzysztof@burghardt.pl],[clamfs]) +AC_INIT([ClamFS],[1.3.1],[krzysztof@burghardt.pl],[clamfs]) AC_CONFIG_AUX_DIR(build) AC_CONFIG_SRCDIR(src/clamfs.cxx) AC_CONFIG_HEADERS(config.h)