aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-13 00:36:18 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-13 00:36:18 +0000
commit335cb5e4606e4f5265292ae76b95793b2ed9f047 (patch)
tree8449f1b2d79a292b3c53d491add159b8f4563795 /NEWS
parent92f3cbd9697a008c65a51f67f7dd9ffe720d317c (diff)
downloadfetchmail-335cb5e4606e4f5265292ae76b95793b2ed9f047.tar.gz
fetchmail-335cb5e4606e4f5265292ae76b95793b2ed9f047.tar.bz2
fetchmail-335cb5e4606e4f5265292ae76b95793b2ed9f047.zip
Merge patch by Sunil Sheteye to fix five bugs:
* 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. * Don't treat hitting a fetch limit (PS_MAXFETCH) as error. * Fix negative "messages left on server" on idle/repoll with fetchlimit. * Properly track logout stage (STAGE_LOGOUT). * Preserve error conditions across postconnect script. svn path=/branches/BRANCH_6-3/; revision=4541
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):