From: Baptiste Daroussin Date: Tue, 26 Mar 2024 07:48:37 +0000 (+0100) Subject: release: 1.4.5 X-Git-Tag: RELEASE_1_4_5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdc2235778c9afad757927df0cf738d2f6cdba8;p=thirdparty%2Fmlmmj.git release: 1.4.5 --- diff --git a/ChangeLog b/ChangeLog index 30f59cf5..5c2acf0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.4.5 + o Improve error messages in case of smtp failure + o Regression: fix mlmmj-send -r + o Modernize autotools usage 1.4.4 o fix regression which results in probe not containing the list of bounced emails diff --git a/configure.ac b/configure.ac index b066d8f6..8ba1b555 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([mlmmj],[1.4.4],[bapt@nours.eu]) +AC_INIT([mlmmj],[1.4.5],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)