diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-02-10 01:13:27 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-02-10 01:13:27 +0100 |
commit | c81797aa74696519feb7c849b5c1d5f418f00cad (patch) | |
tree | bebba509cf4e4bc9d1b0e608b0ea5ff6fda3f77e | |
parent | d33b9174a112edbd16455ab8fdc815bbe8eb333f (diff) | |
download | fetchmail-c81797aa74696519feb7c849b5c1d5f418f00cad.tar.gz fetchmail-c81797aa74696519feb7c849b5c1d5f418f00cad.tar.bz2 fetchmail-c81797aa74696519feb7c849b5c1d5f418f00cad.zip |
Attribute Python requirement to fetchmailconf.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,8 +70,8 @@ fetchmail 6.4.2 (not yet released): ## BREAKING CHANGES: * fetchmailconf now supports Python 3 and currently requires the "future" package, see https://pypi.org/project/future/. -* The minimum supported version is now Python 2.7.13, but it is recommended - to use at least 2.7.16 (due to its massive SSL updates). +* fetchmailconf: The minimum supported version is now Python 2.7.13, but it is + recommended to use at least 2.7.16 (due to its massive SSL updates). Older Python versions may check SSL certificates not strictly enough, which may cause fetchmail to complain later, if the certificate verify fails. * fetchmailconf now autoprobes SSL-wrapped connections (ports 993 and 995 for |