aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-02-06 09:20:27 -0800
committerMark Sapiro <mark@msapiro.net>2015-02-06 09:20:27 -0800
commit388833f09ca17dd0faef828dc75954799a73bc17 (patch)
treef3b0c629fba609782d3f482616da36df7bd36c33 /NEWS
parentc3dd9838526d6dcee5d31d18374d6d8fedc3b99d (diff)
downloadmailman2-388833f09ca17dd0faef828dc75954799a73bc17.tar.gz
mailman2-388833f09ca17dd0faef828dc75954799a73bc17.tar.xz
mailman2-388833f09ca17dd0faef828dc75954799a73bc17.zip
Added more to NEWS about recoding Russian and Romanian archives and templates.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dc09501e..547090e2 100755
--- a/NEWS
+++ b/NEWS
@@ -119,10 +119,18 @@ 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/*. (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/*. (LP: #1418448)
- The Russian message catalog has been updated by Danil Smirnov.