aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-12-07 09:41:12 -0800
committerMark Sapiro <mark@msapiro.net>2008-12-07 09:41:12 -0800
commit2274e704c435716f33ed9dabcb80bef0811ba50c (patch)
tree7148d1d60b9be31e2a36e33d3c0a6dbab117900f /NEWS
parent2137e2b32bd44f8666369b8469a63d12be59e14d (diff)
downloadmailman2-2274e704c435716f33ed9dabcb80bef0811ba50c.tar.gz
mailman2-2274e704c435716f33ed9dabcb80bef0811ba50c.tar.xz
mailman2-2274e704c435716f33ed9dabcb80bef0811ba50c.zip
Fixed a problem in Decorate which could throw a TypeError on conversion to
unicode of a header/footer that was already unicode because of interpolating a unicode value. Made a minor change to the authentication logic for displaying hidden members on the roster.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4fdc03d2..35f5d3ae 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,10 @@ Here is a history of user visible changes to Mailman.
- Fixed an issue that prevented editing the options.html template from
the web admin interface. SF Bug #2164798.
+ - Fixed a problem in Decorate which could throw a TypeError on conversion
+ to unicode of a header/footer that was already unicode because of
+ interpolating a unicode value.
+
2.1.11 (30-Jun-2008)
New Features