]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
1.4.0-rc1 RELEASE_1_4_0rc1
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Oct 2023 15:42:50 +0000 (17:42 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Oct 2023 15:43:46 +0000 (17:43 +0200)
ChangeLog
configure.ac

index 6ab9ab87f8cd291ee75e2ff8ba4cf394effe20d5..5bce9755bb6383b53dcd18a7a7c08c90d86ca32a 100644 (file)
--- 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
index c374da4513c4743a27e19d55316b5f53bbbe66c7..fa6e12354f2f551c4605dbfa9e2a8ae5df3e3550 100644 (file)
@@ -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)