From: Lars Wirzenius <liw@iki.fi>
Date: Mon, 19 Mar 2007 09:13:40 +0000 (+0200)
Subject: Updates for new release.
X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/commitdiff_plain/c0ac7a7db01233e7aff1d4b6ef55e9f959825bce?ds=sidebyside;hp=-c

Updates for new release.
---

c0ac7a7db01233e7aff1d4b6ef55e9f959825bce
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