aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:34:19 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:39:56 +0100
commit8f3b0cc350cedac04412a01e887b16106f0af5ae (patch)
tree0bcc044fc568247bf0d793c9edf905eca062592c /NEWS
parent7922f5b4830e105dae5aea3345f69ea2bdc7d304 (diff)
downloadfetchmail-8f3b0cc350cedac04412a01e887b16106f0af5ae.tar.gz
fetchmail-8f3b0cc350cedac04412a01e887b16106f0af5ae.tar.bz2
fetchmail-8f3b0cc350cedac04412a01e887b16106f0af5ae.zip
Mention fetchmailconf regression fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ddfbfff..12b68a1d 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,19 @@ removed from a 6.5.0 or newer release.)
server to test against. Use GSSAPI.
--------------------------------------------------------------------------------
+fetchmail-6.4.18 (not yet released):
+
+# REGRESSION FIX:
+* fetchmailconf: fetchmail 6.4.16 added --sslcertfile to the configuration dump,
+ but fetchmailconf support was incomplete in Git 7349f124 and it could not
+ parse sslcertfile, thus the user settings editor came up empty with console
+ errors printed. Fix configuration parser in fetchmailconf.
+
+# ROBUSTNESS FIXES:
+* fetchmailconf: do not require fetchmail for -V. do not require Tk (Tkinter)
+ for -d option. This is to fail more gracefully on incomplete installs.
+
+--------------------------------------------------------------------------------
fetchmail-6.4.17 (released 2021-03-07, 29998 LoC):
# BUG FIXES