summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-03-19 11:13:40 +0200
committerLars Wirzenius <liw@iki.fi>2007-03-19 11:13:40 +0200
commitc0ac7a7db01233e7aff1d4b6ef55e9f959825bce (patch)
treef30936e31b80fb52ba395e3471c2cac603463994
parent955452c7da93eb4307e37cdfc1dc1c8679e92fcb (diff)
downloadeoc-c0ac7a7db01233e7aff1d4b6ef55e9f959825bce.tar.gz
Updates for new release.
-rw-r--r--NEWS6
-rw-r--r--eoc.py2
2 files changed, 7 insertions, 1 deletions
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