From: Baptiste Daroussin Date: Mon, 1 Jul 2024 10:55:53 +0000 (+0200) Subject: release: 1.4.7 X-Git-Tag: RELEASE_1_4_7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ec95e4b8cea70eb0678a5d1bb982b7a6fca4ce;p=thirdparty%2Fmlmmj.git release: 1.4.7 --- diff --git a/ChangeLog b/ChangeLog index a00b8c10..5fa0a813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1.4.7 + o fix duplicate queued moderation notification email + o fix build on macOS 1.4.6 o mlmmj-make-ml: fix on OpenBSD o Fix another regression regarding RFC 5321 diff --git a/configure.ac b/configure.ac index 8ba1b555..6d975dbd 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.5],[bapt@nours.eu]) +AC_INIT([mlmmj],[1.4.7],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)