From: Baptiste Daroussin Date: Tue, 24 Oct 2023 21:13:13 +0000 (+0200) Subject: 1.4.0rc2 X-Git-Tag: RELEASE_1_4_0rc2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afb0ceae9168956f5a33bad127810f8f8fe4b44;p=thirdparty%2Fmlmmj.git 1.4.0rc2 --- diff --git a/ChangeLog b/ChangeLog index 5bce9755..d23ee602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1.4.0-rc2 + o fix notifymod regression + o fix VERP regression 1.4.0-rc1 o moderation cookie for subscription is now under the sub directory moderation/subscribe diff --git a/configure.ac b/configure.ac index fa6e1235..36cbefa6 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.rc1],[bapt@freebsd.org]) +AC_INIT([mlmmj],[1.4.0.rc2],[bapt@freebsd.org]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)