diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-11-28 12:46:22 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-11-28 12:46:22 -0800 |
commit | 90cf692002ba35728385ee0bfacab578944bdd82 (patch) | |
tree | dfbed19a1f0a77dd4b1262f4a0685ccd7e2ea7ac /NEWS | |
parent | 17d553ac0aab617f1d3ec91ec197a9233974f5ea (diff) | |
download | mailman2-90cf692002ba35728385ee0bfacab578944bdd82.tar.gz mailman2-90cf692002ba35728385ee0bfacab578944bdd82.tar.xz mailman2-90cf692002ba35728385ee0bfacab578944bdd82.zip |
Fixed a UnicodeDecodeError that could occur in the web admin interface
if 'text' valued attributes have unicode values.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed a UnicodeDecodeError that could occur in the web admin interface + if 'text' valued attributes have unicode values. (LP: #1397170) + - We now catch the NotAMemberError exception thrown if an authenticated unsubscribe is submitted from the user options page for a nonmember. (LP: #1390653) |