From de1a20e7cf45ba5272b792de14166b21b5e228a3 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 11 Jan 2024 17:52:31 +0100 Subject: [PATCH] release: 1.4.4 --- ChangeLog | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 2.47.2