aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c075606b..a74c403f 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,14 @@ fetchmail 6.3.1 (not yet released):
* Fix segfault (null pointer dereference) on some operating systems with
fetchmail's obsolete DNS MX/host alias lookups in multidrop mode.
Patch by Dr.-Ing. Andreas Haakh. (MA)
+* Close SMTP sockets early, to reduce resource usage, trigger earlier delivery
+ with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP listener gets bored
+ and drops the connection after timeout. Patch by Sunil Shetye. (MA)
+* Don't treat hitting a fetch limit as error. Patch by Sunil Shetye. (MA)
+* Fix negative "messages left on server" on idle/repoll with fetchlimit.
+ Patch by Sunil Shetye. (MA)
+* Properly track logout stage. Patch by Sunil Shetye. (MA)
+* Preserve error conditions across postconnect script. Sunil Shetye. (MA)
fetchmail 6.3.0 (released 2005-11-30):