aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-01-02 18:40:28 -0800
committerMark Sapiro <mark@msapiro.net>2009-01-02 18:40:28 -0800
commit2154e5dc03be61c10c7fb9157600fc19feffce86 (patch)
tree800c90810bcc5032bd7d29031543347af0e1ecf4 /NEWS
parent4269de985663736b04bf3ecbf002eb5ab68435d4 (diff)
downloadmailman2-2154e5dc03be61c10c7fb9157600fc19feffce86.tar.gz
mailman2-2154e5dc03be61c10c7fb9157600fc19feffce86.tar.xz
mailman2-2154e5dc03be61c10c7fb9157600fc19feffce86.zip
Mailman/Utils.py
- Fixed a long standing error that stopped relative hrefs from being generated for links on Mailman's web pages. Mailman/Cgi/admindb.py - Changed the admindb interface so that when messages are rejected from the summary page, the reject reason is the rejection message from the Errors.HoldMessage subclass instead of the generic "No reason given".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4232707..87149b47 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,13 @@ Here is a history of user visible changes to Mailman.
- Added missing --bare option to French translation of list_lists help.
Bug #312119.
+ - Fixed a long standing error that stopped relative hrefs from being
+ generated for links on Mailman's web pages.
+
+ - Changed the admindb interface so that when messages are rejected from
+ the summary page, the reject reason is the rejection message from the
+ Errors.HoldMessage subclass instead of the generic "No reason given".
+
2.1.11 (30-Jun-2008)
New Features