aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-11-28 12:46:22 -0800
committerMark Sapiro <mark@msapiro.net>2014-11-28 12:46:22 -0800
commit90cf692002ba35728385ee0bfacab578944bdd82 (patch)
treedfbed19a1f0a77dd4b1262f4a0685ccd7e2ea7ac /NEWS
parent17d553ac0aab617f1d3ec91ec197a9233974f5ea (diff)
downloadmailman2-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-xNEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e31fcb27..11795058 100755
--- a/NEWS
+++ b/NEWS
@@ -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)