aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-02-06 13:22:21 -0800
committerMark Sapiro <mark@msapiro.net>2015-02-06 13:22:21 -0800
commit6e83ffed52701a73697f9295647031acb3643f92 (patch)
treecb00dec9dd9de6374bbe1e2ace5f22a5307ef029 /NEWS
parentc0a5c55fee93f32176338d116b30d2f06866045d (diff)
parent388833f09ca17dd0faef828dc75954799a73bc17 (diff)
downloadmailman2-6e83ffed52701a73697f9295647031acb3643f92.tar.gz
mailman2-6e83ffed52701a73697f9295647031acb3643f92.tar.xz
mailman2-6e83ffed52701a73697f9295647031acb3643f92.zip
Added a bit more to NEWS about recoding text in list attributes for
Russian and Romanian lists.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9b41df0a..4aa6fd1a 100755
--- a/NEWS
+++ b/NEWS
@@ -119,10 +119,20 @@ Here is a history of user visible changes to Mailman.
i18n
- Mailman's character set for Romanian has been changed from iso-8859-2
- to utf-8 and the templates and messages recoded. (LP: #1418735)
+ to utf-8 and the templates and messages recoded. This change will
+ require running 'bin/arch --wipe' on any existing Romanian language
+ lists in order to recode the list's archives, and will require recoding
+ any edited templates in lists/LISTNAME/ro/*, templates/DOMAIN/ro/* and
+ templates/site/ro/*. It may also require recoding any existing
+ iso-8859-2 text in list attributes. (LP: #1418735)
- Mailman's character set for Russian has been changed from koi8-r to
- utf-8 and the templates and messages recoded. (LP: #1418448)
+ utf-8 and the templates and messages recoded. This change will
+ require running 'bin/arch --wipe' on any existing Russian language
+ lists in order to recode the list's archives, and will require recoding
+ any edited templates in lists/LISTNAME/ru/*, templates/DOMAIN/ru/* and
+ templates/site/ru/*. It may also require recoding any existing koi8-r
+ text in list attributes. (LP: #1418448)
- The Russian message catalog has been updated by Danil Smirnov.