From: Baptiste Daroussin Date: Thu, 11 Jan 2024 16:52:31 +0000 (+0100) Subject: release: 1.4.4 X-Git-Tag: RELEASE_1_4_4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1a20e7cf45ba5272b792de14166b21b5e228a3;p=thirdparty%2Fmlmmj.git release: 1.4.4 --- diff --git a/ChangeLog b/ChangeLog index 3ca58039..30f59cf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ +1.4.4 + o fix regression which results in probe not containing the list + of bounced emails 1.4.3 - o fix regression which results in loosing trackes of probes + o fix regression which results in loosing track of probes 1.4.2 o fix regression in lastdigest parser 1.4.1 diff --git a/configure.ac b/configure.ac index 46e43711..ee5d2742 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([mlmmj],[1.4.3],[bapt@nours.eu]) +AC_INIT([mlmmj],[1.4.4],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)