diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-12-07 09:41:12 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-12-07 09:41:12 -0800 |
commit | 2274e704c435716f33ed9dabcb80bef0811ba50c (patch) | |
tree | 7148d1d60b9be31e2a36e33d3c0a6dbab117900f /NEWS | |
parent | 2137e2b32bd44f8666369b8469a63d12be59e14d (diff) | |
download | mailman2-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |