aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-04-20 00:05:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-04-20 00:05:31 +0000
commit65a193fac44ed24557215a9c2b62bb3458784994 (patch)
tree9f64dcb9cde35230e46f2f873879d8f13e9b045c /NEWS
parentcc97d999c9afbe2e12e66c012c0beedbad5cfecf (diff)
downloadfetchmail-65a193fac44ed24557215a9c2b62bb3458784994.tar.gz
fetchmail-65a193fac44ed24557215a9c2b62bb3458784994.tar.bz2
fetchmail-65a193fac44ed24557215a9c2b62bb3458784994.zip
Allow fetchall to switch off TOP use.
svn path=/trunk/; revision=1753
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6f241000..8bd56bb4 100644
--- a/NEWS
+++ b/NEWS
@@ -14,11 +14,13 @@
Release Notes:
------------------------------------------------------------------------------
-fetchmail-4.4.3 (Sun Apr 19 17:35:56 EDT 1998):
+fetchmail-4.4.3 (Sun Apr 19 18:22:00 EDT 1998):
* Back out one of the changes to the null Return-Path handling, as it caused
invalid rewrites leading to protocol sync errors under some configurations.
+* Add code to disable using TOP for pop3.c when fetchall is on. Recent
+ versions of qpopper don't bounds-check TOP requests properly.
-There are 276 people on fetchmail-friends and 186 on fetchmail-announce.
+There are 277 people on fetchmail-friends and 186 on fetchmail-announce.
fetchmail-4.4.2 (Sun Apr 19 00:13:42 EDT 1998):
* Use TOP for POP3 retrieval to avoid marking messages seen. Duh!