aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-02-27 09:57:24 -0800
committerMark Sapiro <mark@msapiro.net>2010-02-27 09:57:24 -0800
commit136ceb7679d51fa50504bbcdbf09c224c188e2ec (patch)
tree1cbeb6aff4ce6fbfbd10360c5b430a671155125d /NEWS
parent3eaeb16bbe2eeb039bd37a190f8ddf5d36533c57 (diff)
downloadmailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.tar.gz
mailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.tar.xz
mailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.zip
Added a urlhost argument to the MailList.MailList.Create() method to
allow bin/newlist and the the create CGI to pass urlhost so the host will be correct in the listinfo link on the emptyarchive page. Bug #529100.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66a92cd1..5ee5bb91 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Added a urlhost argument to the MailList.MailList.Create() method to
+ allow bin/newlist and the the create CGI to pass urlhost so the host
+ will be correct in the listinfo link on the emptyarchive page.
+ Bug #529100.
+
- Added the List-Post header to the default list of headers retained in
messages in the MIME digest. Bug #526143.