From c0ac7a7db01233e7aff1d4b6ef55e9f959825bce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 19 Mar 2007 11:13:40 +0200 Subject: [PATCH] Updates for new release. --- NEWS | 6 ++++++ eoc.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4e5663f..ef2b45c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ NEWS file for Enemies of Carlotta, a mailing list manager +Significant user-visible changes from version 1.2.5 to version 1.2.6: + + * When listname-setlistsilently@example.org is mailed from an address + which isn't the admin, EoC died. Now fixed. Bug found and patched by + Dominic Hargreaves. + Significant user-visible changes from version 1.2.4 to version 1.2.5: * The change in 1.2.3 used the wrong log printing function, this diff --git a/eoc.py b/eoc.py index 194d040..b385fcf 100644 --- a/eoc.py +++ b/eoc.py @@ -4,7 +4,7 @@ This is a simple mailing list manager that mimicks the ezmlm-idx mail address commands. See manual page for more information. """ -VERSION = "1.2.5" +VERSION = "1.2.6" PLUGIN_INTERFACE_VERSION = "1" import getopt -- 2.30.2