diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-31 01:15:24 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-31 01:15:24 +0100 |
commit | 7e24f808a3096b9ca7018c9b2320417fb1a0e0f3 (patch) | |
tree | cae07c56d9ffcfca7ab9adab10166a5f1578e610 /NEWS | |
parent | 21a38e7bc3b6cf7bfc6b6056969948b639512436 (diff) | |
download | fetchmail-7e24f808a3096b9ca7018c9b2320417fb1a0e0f3.tar.gz fetchmail-7e24f808a3096b9ca7018c9b2320417fb1a0e0f3.tar.bz2 fetchmail-7e24f808a3096b9ca7018c9b2320417fb1a0e0f3.zip |
NEWS: mention fetchmailconf's improved error handling for OSErrors in get_greetline()
...and that his fixes #12 (Gitlab issue #12).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ fetchmail 6.4.2 (not yet released): certificate validation turned off), fetchmail would only consider --sslproto tls1 as requiring STARTTLS, now all non-empty protocol versions do. * fetchmailconf now properly writes "no sslcertck" if sslcertck is disabled. +* fetchmailconf now catches and reports OS errors (including DNS errors) when + autoprobing. Reported as Gitlab issue #12 by Sergey Alirzaev. * fetchmailconf received a host of other bugfixes, see the Git commit log. ## CHANGES: |