Updates for new release.
authorLars Wirzenius <liw@iki.fi>
Mon, 19 Mar 2007 09:13:40 +0000 (11:13 +0200)
committerLars Wirzenius <liw@iki.fi>
Mon, 19 Mar 2007 09:13:40 +0000 (11:13 +0200)
NEWS
eoc.py

diff --git a/NEWS b/NEWS
index 4e5663f06bdc8af95d63e382b741f6fa1335016b..ef2b45c874553cdfc8f87a74f803ee46218e4ee8 100644 (file)
--- 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 194d040f950e4acb54b6922036fd4486144ca857..b385fcfc2cb256a71e0ea8a3a40ccac36b67a8c9 100644 (file)
--- 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