diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | bb220dc184b0b680ed21e0500766046fa8244987 (patch) | |
tree | f031de20484afaf76d9483ca0f00b9110af3645f /NEWS | |
parent | 4df94d5937ea078ceae84f1650b6f0409d27cb6b (diff) | |
download | fetchmail-bb220dc184b0b680ed21e0500766046fa8244987.tar.gz fetchmail-bb220dc184b0b680ed21e0500766046fa8244987.tar.bz2 fetchmail-bb220dc184b0b680ed21e0500766046fa8244987.zip |
NEWS: reword 6.4.21 regression fix to include --syslog
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ fetchmail-6.4.21 (released 2021-08-09, 30042 LoC): # REGRESSION FIX: * The new security fix in 6.4.20 for CVE-2021-36386 caused truncation of - messages logged to buffered outputs, predominantly --logfile. + messages logged to buffered outputs, from --logfile and --syslog. This also caused lines in the logfile to run into one another because the fragment containing the '\n' line-end character was usually lost. |