diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-09-11 17:41:58 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-09-11 17:41:58 -0700 |
commit | b4f443aa8274eb1b98db1caecc5a9f094a26b459 (patch) | |
tree | aadc9b9cfe2a39ed872b8b0c16daf432dc02de24 /UPGRADING | |
parent | 1cb4d6eff03ad4001fce53a8cdbf2a436109d840 (diff) | |
download | mailman2-b4f443aa8274eb1b98db1caecc5a9f094a26b459.tar.gz mailman2-b4f443aa8274eb1b98db1caecc5a9f094a26b459.tar.xz mailman2-b4f443aa8274eb1b98db1caecc5a9f094a26b459.zip |
Added mention of the 2.1.18 dnspython dependency to the UPGRADING document.
Diffstat (limited to '')
-rw-r--r-- | UPGRADING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -41,6 +41,16 @@ UPGRADING PYTHON python commands as needed. +UPGRADING FROM 2.1.5+ to 2.1.18+ + + Mailman 2.1.18 introduced a new Python dependency to support the + dmarc_moderation_action feature. This requires that the dnspython package + be available in the configured Python. ./configure will quit with an + error message if it doesn't find dnspython. The package can be downloaded + from <http://www.dnspython.org/> or from the CheeseShop + <https://pypi.python.org/pypi/dnspython/> or installed with pip. + + UPGRADING FROM 2.1.4 to 2.1.5 In Mailman 2.1.5, some significant changes have been made to the file |