diff options
author | Mark Sapiro <msapiro@value.net> | 2014-07-01 14:53:56 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2014-07-01 14:53:56 -0700 |
commit | 96d4baef3921957666dd6979855a6edf73f7eb75 (patch) | |
tree | 7f42306904303f52eff39babe2c9be4c663dc73d /UPGRADING | |
parent | 1d9d411e48c4c9d4dea886b44d5f3a7fc4da1733 (diff) | |
download | mailman2-96d4baef3921957666dd6979855a6edf73f7eb75.tar.gz mailman2-96d4baef3921957666dd6979855a6edf73f7eb75.tar.xz mailman2-96d4baef3921957666dd6979855a6edf73f7eb75.zip |
Added note on UPGRADING PYTHON to UPGRADING document.
Diffstat (limited to '')
-rw-r--r-- | UPGRADING | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,5 @@ Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2004 by the Free Software Foundation, Inc. +Copyright (C) 1998-2014 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA @@ -29,6 +29,18 @@ UPGRADING FROM PREVIOUS VERSIONS your web server documentation for details. +UPGRADING PYTHON + + If you are replacing Python with a newer version in the same location, + you don't need to do anything special for Mailman. + + If you are installing a Python upgrade to be used by Mailman along side + an existing Python, you will need to configure Mailman with the + --with-python option to point to your new Python and you will need to + check Mailman's crontab and any /etc/init.d/ script and manually fix any + python commands as needed. + + UPGRADING FROM 2.1.4 to 2.1.5 In Mailman 2.1.5, some significant changes have been made to the file |