From: Baptiste Daroussin Date: Fri, 13 Feb 2026 14:10:35 +0000 (+0100) Subject: Release 1.7.1 X-Git-Tag: RELEASE_1_7_1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2e2fbf42477f0b7820c3972c86c2d63298a299c5;p=thirdparty%2Fmlmmj.git Release 1.7.1 --- diff --git a/ChangeLog b/ChangeLog index 07617109..771d2ebb 100644 --- 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 diff --git a/configure.ac b/configure.ac index ea260f40..8765400c 100644 --- a/configure.ac +++ b/configure.ac @@ -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)