aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-06-23 21:09:34 -0700
committerMark Sapiro <mark@msapiro.net>2010-06-23 21:09:34 -0700
commitf98342ca958b72a961a15240486952cb0b637709 (patch)
treea027da23e733ee096efedb2dd9ee111ba2de857c /NEWS
parentf2116f6868195136488ffae43025b42e18e0c484 (diff)
downloadmailman2-f98342ca958b72a961a15240486952cb0b637709.tar.gz
mailman2-f98342ca958b72a961a15240486952cb0b637709.tar.xz
mailman2-f98342ca958b72a961a15240486952cb0b637709.zip
Fixed a bug which would fail to show a list on the admin and listinfo
overview pages if its web_page_url contained a :port. Bug # 597741.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 38ad8571..453413ec 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a bug which would fail to show a list on the admin and listinfo
+ overview pages if its web_page_url contained a :port. Bug # 597741.
+
- Fixed bin/genaliases to not throw TypeError when MTA = None.
Bug #587657.