diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-02-05 21:52:13 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-02-05 21:53:23 +0100 |
commit | 12b0c448a096dabd4a02972f430f3ffb09d55ab7 (patch) | |
tree | e012bd064868ea701b1e9b9296c6c5d803724dfb | |
parent | 0cd4ec5d99b6401efc04e86f15c3f28d7b967d69 (diff) | |
download | fetchmail-12b0c448a096dabd4a02972f430f3ffb09d55ab7.tar.gz fetchmail-12b0c448a096dabd4a02972f430f3ffb09d55ab7.tar.bz2 fetchmail-12b0c448a096dabd4a02972f430f3ffb09d55ab7.zip |
NEWS: reword/reformat a bit.
-rw-r--r-- | NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -72,9 +72,8 @@ fetchmail 6.4.2 (not yet released): 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). - Older Python versions may check SSL certificates not strictly - enough which will may cause fetchmail to complain later when the - certificate isn't compliant. + 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 IMAP and POP3) as well and by preference. * fetchmailconf now defaults newly created users to "ssl" if either of the @@ -84,10 +83,10 @@ fetchmail 6.4.2 (not yet released): again may skip adding ssl. (This does not prevent STARTTLS.) ## BUG FIXES: -* Fix three bugs in fetchmail.man (one unterminated string to .IP macro, one line - that ran into a .PP macro, .TH date format), and remove one .br request from - inside the table, which is unsupported by FreeBSD 12's mandoc(1) formatter. - FreeBSD Bug#241032, reported by Helge Oldach. +* Fix three bugs in fetchmail.man (one unterminated string to .IP macro, one + line that ran into a .PP macro, .TH date format), and remove one .br request + from inside the table, which is unsupported by FreeBSD 12's mandoc(1) + formatter. FreeBSD Bug#241032, reported by Helge Oldach. * Further man page fixes and additions by Chris Mayo and Gregor Zattler. * When evaluating the need for STARTTLS in non-default configurations (SSL certificate validation turned off), fetchmail would only consider --sslproto |