From: Baptiste Daroussin Date: Fri, 13 Oct 2023 15:42:50 +0000 (+0200) Subject: 1.4.0-rc1 X-Git-Tag: RELEASE_1_4_0rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9867ecff63dbd2eff7da1dcec50b5a932eab2187;p=thirdparty%2Fmlmmj.git 1.4.0-rc1 --- diff --git a/ChangeLog b/ChangeLog index 6ab9ab87..5bce9755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ -1.4.0-b2 +1.4.0-rc1 o moderation cookie for subscription is now under the sub directory moderation/subscribe + o mlmmj-make-ml: now supports non interactive mailing list creation + o listtext: reintegrate the tree (not a submodule anymore) + o lots of code deduplication 1.4.0-b1 o manpage converted from man(7) to mdoc(7) o Fix a potential crash with mail without separator between headers and body diff --git a/configure.ac b/configure.ac index c374da45..fa6e1235 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.b1],[bapt@freebsd.org]) +AC_INIT([mlmmj],[1.4.0.rc1],[bapt@freebsd.org]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)