From: Baptiste Daroussin Date: Sun, 11 Jan 2026 19:51:17 +0000 (+0100) Subject: Release 1.7.0 X-Git-Tag: RELEASE_1_7_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=thirdparty%2Fmlmmj.git Release 1.7.0 --- diff --git a/ChangeLog b/ChangeLog index 9a423762..07617109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1.7.0 + o New 'autosubscribe' feature: on moderated mailing list autosubscribe as + "nomail" when if a moderator approves a mail + o New 'selfmoderate' feature: send the moderation email to the "From" address + for validation + o Fix 'nonomailsub' support + o Plenty of memory leaks + o Fix lock issue 1.6.0 o Remove blanks in customheaders prefix and skip empty lines o $bouncenumbers$ in probe are now expended to number, messageid when diff --git a/LICENSE b/LICENSE index 6a83b088..29b39204 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ The MIT License Copyright (c) 2002, 2003, 2004 Mads Martin Joergensen 2004 Morten K. Poulsen - 2022-2025 Baptiste Daroussin + 2022-2026 Baptiste Daroussin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/configure.ac b/configure.ac index 165a38f5..ea260f40 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.6.0],[bapt@nours.eu]) +AC_INIT([mlmmj],[1.7.0],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)