aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-05-19 02:21:41 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-05-19 02:21:41 +0200
commitef52da8277d8c3cff8a49999675b8c5f06d3d0c1 (patch)
treeb96f29cc79e76fc15fae8569a82a65fa2af4a8fd /NEWS
parente61f7f78159cb6f3267af76ae370a4e21e4ca0c6 (diff)
downloadfetchmail-ef52da8277d8c3cff8a49999675b8c5f06d3d0c1.tar.gz
fetchmail-ef52da8277d8c3cff8a49999675b8c5f06d3d0c1.tar.bz2
fetchmail-ef52da8277d8c3cff8a49999675b8c5f06d3d0c1.zip
Only report connection failures in verbose mode or if all addresses fail.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32176301..272b94cc 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,13 @@ fetchmail-6.3.18 (not yet released):
systems as part of libwww on machines where long isn't 32-bits. Fixes Gentoo
Bug #319283, reported - including the hint to libwww - by Karl Hakimian.
Side effect: fetchmail will now use -lmd on Solaris rather than -lmd5.
+* Fetchmail will no longer print connection attempts and errors for one host
+ in "silent" and "normal" logging modes, unless all connections fail. This
+ should reduce irritation around refused-connection logging if services are
+ only on an IPv4 socket if the host also supports IPv6. Often observed as
+ connections refused to ::1/25 when the subsequent connection to 127.0.0.1/25
+ then - silently - succeeds. Fetchmail, unless in verbose mode, will collect
+ all connect errors and only report them if all of them fail.
# KNOWN BUGS AND WORKAROUNDS:
(this section floats upwards through the NEWS file so it stays with the
@@ -78,6 +85,9 @@ fetchmail-6.3.18 (not yet released):
* fetchmail does not track pending deletes over crashes
* the command line interface is sometimes a bit stubborn, for instance,
fetchmail -s doesn't work with a daemon running
+* Linux may return duplicates of an IP address in some circumstances if no or
+ no global IPv6 addresses are configured. (No workaround. Ubuntu Bug#582585,
+ Novell Bug#606980.)
fetchmail-6.3.17 (released 2010-05-06, 25767 LoC):