diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:28:06 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:28:49 +0200 |
commit | 874fde3d6406bf7e64c914dbf3d9e75e58babd21 (patch) | |
tree | b9058c152a151708271371b0aafc2fc02a589b36 /NEWS | |
parent | daefa9475d43a8d3e64c1ec4a7a17840cc9ff835 (diff) | |
download | fetchmail-874fde3d6406bf7e64c914dbf3d9e75e58babd21.tar.gz fetchmail-874fde3d6406bf7e64c914dbf3d9e75e58babd21.tar.bz2 fetchmail-874fde3d6406bf7e64c914dbf3d9e75e58babd21.zip |
NEWS: Add some changes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -75,7 +75,9 @@ fetchmail-6.4.3 (WIP) holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging Gitlab merge request !5 in order to fix an input buffer overrun. Faulty commit 418cda65f752e367fa663fd13884a45fcbc39ddd. - Reported by Stefan Thurner. + Reported by Stefan Thurner, Gitlab issue #16. +* Fetchmail now checks for errors when trying to read the .idfile, + Gitlab issue #3. ## CHANGES: * Fetchmail documentation was updated to require OpenSSL 1.1.1. @@ -84,6 +86,7 @@ fetchmail-6.4.3 (WIP) distributors backport security fixes as the need arises. Fetchmail will also warn if another SSL library that is API-compatible with OpenSSL lacks TLS v1.3 support. +* If the trust anchor is missing, fetchmail refers the user to README.SSL. fetchmail-6.4.2 (released 2020-02-14, 27473 LoC): |