From: Baptiste Daroussin Date: Thu, 30 Nov 2023 06:01:44 +0000 (+0100) Subject: 1.4.0-rc3 X-Git-Tag: RELEASE_1_4_0rc3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3000226fce61b3662ac2b088c5ac7f0c7815db1f;p=thirdparty%2Fmlmmj.git 1.4.0-rc3 --- diff --git a/ChangeLog b/ChangeLog index d23ee602..84ceaff0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.4.0-rc3 + o fix unattended usage of mlmmj-makeml + o fix regression regarding RFC 5321 + o fix subscription validation 1.4.0-rc2 o fix notifymod regression o fix VERP regression diff --git a/configure.ac b/configure.ac index 36cbefa6..0fbefb2f 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.0.rc2],[bapt@freebsd.org]) +AC_INIT([mlmmj],[1.4.0.rc3],[bapt@freebsd.org]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)