diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-04 01:04:34 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-04 01:04:34 +0100 |
commit | e9c5df09dc399dc00422f7affa9fd0c1cd9af54b (patch) | |
tree | 4795eeb4de9129ff898083470698c040b6aae4ee /NEWS | |
parent | 0d54eebdc2db7f492210e586787c54dc65df3d94 (diff) | |
download | fetchmail-e9c5df09dc399dc00422f7affa9fd0c1cd9af54b.tar.gz fetchmail-e9c5df09dc399dc00422f7affa9fd0c1cd9af54b.tar.bz2 fetchmail-e9c5df09dc399dc00422f7affa9fd0c1cd9af54b.zip |
Document recent manpage and STARTTLS fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ fetchmail 6.4.2 (not yet released): 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 + tls1 as requiring STARTTLS, now all non-empty protocol versions do. ## CHANGES: * Make t.smoke more robust and use temporary directory as FETCHMAILHOME, to make |