]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Release 1.7.1 RELEASE_1_7_1
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Feb 2026 14:10:35 +0000 (15:10 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Feb 2026 14:10:35 +0000 (15:10 +0100)
ChangeLog
configure.ac

index 076171093a0f9734cfa3a627f4d870249c5c3747..771d2ebbb38cbc3cfb6244cbb9e3ecde554c9aca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1.7.1
+ o Fix build with older GCC.
+ o Fix a crash when processing email from list+owner.
+ o Fix some potentials mails loss in case a failure of delivery.
+ o Many small leak (memory and fd) fixes which are mainly cosmetic considering
+   the process would have release at exit time anyway.
 1.7.0
  o New 'autosubscribe' feature: on moderated mailing list autosubscribe as
    "nomail" when if a moderator approves a mail
index ea260f4029a41f4c9ca9e1e49341c89828e8acd0..8765400c386cfdfb5190271d400ca0e8bf81124f 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.0],[bapt@nours.eu])
+AC_INIT([mlmmj],[1.7.1],[bapt@nours.eu])
 
 VERSION=$PACKAGE_VERSION
 AC_SUBST(VERSION)