diff options
| author | bwarsaw | 2001-07-10 05:36:22 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-10 05:36:22 +0000 |
| commit | 7076573bec25a368f26d29b42a8ad63d39b461a6 (patch) | |
| tree | 3edadcb0114d9574b21959865868bd9918794915 | |
| parent | 82980f9abf8ec083abd8cf14ff8281bc341dba43 (diff) | |
| download | mailman-7076573bec25a368f26d29b42a8ad63d39b461a6.tar.gz mailman-7076573bec25a368f26d29b42a8ad63d39b461a6.tar.zst mailman-7076573bec25a368f26d29b42a8ad63d39b461a6.zip | |
| -rw-r--r-- | UPGRADING | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -33,8 +33,20 @@ UPGRADING FROM PREVIOUS VERSIONS http://mail.python.org/pipermail/mailman-users/2000-September/006826.html + [Actually, the upgrade to MM2.1a2 /will/ shuffle template files, + deleting any that it detects are unchanged from the original + defaults (calculated via md5 checksums). BAW: need to describe + this in more detail.] + UPGRADING FROM 2.0.1 to 2.1 + In Mailman 2.1, the qrunner subsystem has been completely + rewritten. You no longer start qrunner from cron! Instead, there + is a bin/mailmanctl script which is used to start, stop, and + restart mail delivery. This script is appropriate to use as a + Unix init script. Be sure to update your crontab with the new + cron/crontab.in file. + Mailman 2.1 introduces multilingual (a.k.a. internationalization or i18n) support. Previously only one language per list was supported, and it was assumed that this language would be English. @@ -45,10 +57,9 @@ UPGRADING FROM 2.0.1 to 2.1 If you have modified those templates to contain non-English text, you will have to manually rename the en subdirectories to the - language code for the language of your templates. - - BAW: We may need to elaborate on this quite a bit, or provide - scripts to make it much simplier. + language code for the language of your templates. Mailman's + upgrade script should handle cleaning up any templates which are + duplicates of the defaults. UPGRADING FROM 2.0 to 2.0.1 |
