diff options
-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 |