aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-02-07 12:44:08 -0800
committerMark Sapiro <mark@msapiro.net>2015-02-07 12:44:08 -0800
commit0741ab7082b1119c20f4913a65121a7b6319b684 (patch)
tree6a80e36c28c86016bcca02ec916c8ce733ec3e56 /NEWS
parent4cb62f79feeb13f24d4d48d11cb565d19d75cd4f (diff)
downloadmailman2-0741ab7082b1119c20f4913a65121a7b6319b684.tar.gz
mailman2-0741ab7082b1119c20f4913a65121a7b6319b684.tar.xz
mailman2-0741ab7082b1119c20f4913a65121a7b6319b684.zip
Added character set recoding to utf-8 for list attributes for Romanian and
Russian lists and bumped versions to 2.1.19rc3.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5d6801ec..3b5d8edb 100755
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,7 @@ Here is a history of user visible changes to Mailman.
archive to emphasize that even if you got to the message from a
subject, date or author index, previous and next are still by thread.
-2.1.19rc2 (06-Feb-2015)
+2.1.19rc3 (07-Feb-2015)
New Features
@@ -134,6 +134,15 @@ Here is a history of user visible changes to Mailman.
templates/site/ru/*. It may also require recoding any existing koi8-r
text in list attributes. (LP: #1418448)
+ - Mailman's versions.py has been augmented to help with the above two
+ character set changes. The first time a list with preferred_language
+ of Romanian or Russian is accessed or upon upgrade to this release,
+ any list attributes which have string values such as description, info,
+ welcome_msg, etc. that appear to be in the old character set will be
+ converted to utf-8. This is done recursively for the values (but not
+ the keys) of dictionary attributes and the elements of list and tuple
+ attributes.
+
- The Russian message catalog has been updated by Danil Smirnov.
- The Romanian message catalog has been updated. (LP: #1415489)