aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2010-09-07 13:10:57 -0700
committerMark Sapiro <msapiro@value.net>2010-09-07 13:10:57 -0700
commit7422edc8142b8b199fd78d75c80d631603555722 (patch)
tree14f030cc596b4a960297cb21c2b5d20d7d2008d0 /NEWS
parent39e51a6f72f1fb9cfb093e7ff3363dd11d405776 (diff)
downloadmailman2-7422edc8142b8b199fd78d75c80d631603555722.tar.gz
mailman2-7422edc8142b8b199fd78d75c80d631603555722.tar.xz
mailman2-7422edc8142b8b199fd78d75c80d631603555722.zip
Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5a968e9..148133e7 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,8 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.
+
- Fixed admindb interface to decode base64 and quoted-printable encoded
message body excerpts for display. Bug #629738.