diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-05-31 20:39:40 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-06-04 22:32:37 +0200 |
commit | c89909b0d4e3fc914045bc5bacf029699c1d2420 (patch) | |
tree | 2154702efff4a2a4c5418ae25ec4bd6e06a6f3a4 /NEWS | |
parent | a6294bdb72c1a158cda906b611ad21d1198dad79 (diff) | |
download | fetchmail-c89909b0d4e3fc914045bc5bacf029699c1d2420.tar.gz fetchmail-c89909b0d4e3fc914045bc5bacf029699c1d2420.tar.bz2 fetchmail-c89909b0d4e3fc914045bc5bacf029699c1d2420.zip |
netrc: fix error routing and add I/O error checks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -93,6 +93,14 @@ removed from a 6.5.0 or newer release.) translations had been sent out already. -------------------------------------------------------------------------------- +fetchmail-6.4.31 (not yet release): + +# BUG FIXES: +* The netrc parser now reports its errors to syslog or logfile when appropriate, + previously it would always log to stderr. +* Add error checking to .netrc parser. + +-------------------------------------------------------------------------------- fetchmail-6.4.30 (released 2022-04-26, 31666 LoC): # BREAKING CHANGES: |