]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Release 1.8.0
authorBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 14 Mar 2026 22:34:11 +0000 (23:34 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Sat, 14 Mar 2026 22:34:56 +0000 (23:34 +0100)
ChangeLog
configure.ac

index 771d2ebbb38cbc3cfb6244cbb9e3ecde554c9aca..bc1acf90c38fb7f88ee3c0790683567616260aaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1.8.0
+ o New 'subrelease' feature: on lists with 'subonlypost', non-subscribers
+   can simultaneously subscribe and release their denied post by replying
+   to a single address. Three variants are provided: subrelease (normal
+   subscription), digestsubrelease, and nomailsubrelease.
+ o Remove 'selfmoderate' feature, superseded by 'subrelease'.
+ o Fix thread grouping in digest.
+ o Fix garbage output in send_digest.
+ o Properly close SMTP connection on EHLO failure.
+ o Improve error handling in send_mail.
+ o Clean up queue file on second do_all_the_voodoo_here failure.
+ o Use buffered I/O where possible for better performance.
+ o Update exim4 configuration hints for exim4 >= 4.94.
+ o Many new unit tests.
 1.7.1
  o Fix build with older GCC.
  o Fix a crash when processing email from list+owner.
index 8765400c386cfdfb5190271d400ca0e8bf81124f..30a28432e0d00df16a365a29bb9b209aab2ac2d1 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.69])
-AC_INIT([mlmmj],[1.7.1],[bapt@nours.eu])
+AC_INIT([mlmmj],[1.8.0],[bapt@nours.eu])
 
 VERSION=$PACKAGE_VERSION
 AC_SUBST(VERSION)