diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-01-02 18:40:28 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-01-02 18:40:28 -0800 |
commit | 2154e5dc03be61c10c7fb9157600fc19feffce86 (patch) | |
tree | 800c90810bcc5032bd7d29031543347af0e1ecf4 /NEWS | |
parent | 4269de985663736b04bf3ecbf002eb5ab68435d4 (diff) | |
download | mailman2-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-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |