aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-24 07:55:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-24 07:55:57 +0000
commita0857edcfa42faf2d6d76b4df1b4b0409a4ec8f5 (patch)
tree7f1ffb7916e63815670105aae39bd6d1704cb34d
parent04db1283aad00e0012bfb19cea1dc020d978a1de (diff)
downloadfetchmail-a0857edcfa42faf2d6d76b4df1b4b0409a4ec8f5.tar.gz
fetchmail-a0857edcfa42faf2d6d76b4df1b4b0409a4ec8f5.tar.bz2
fetchmail-a0857edcfa42faf2d6d76b4df1b4b0409a4ec8f5.zip
Leif asked for this change.
svn path=/trunk/; revision=1176
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 11076535..42916a2f 100644
--- a/NEWS
+++ b/NEWS
@@ -39,8 +39,8 @@ And about time, too, I've been hacking on this code for a year now!
* Fixes for minor compilation glitches on non-Linux systems.
* Progress messages now show total count as well as message number.
* Removed the popclient backward-compatibility hacks.
-* Leif Erlingsson <leif@lege.com> sent a patch to avoid colliding with
- the busy-lock after authentication failure on a POP3 server.
+* Leif Erlingsson <leif@lege.com> sent a patch to separate a "lock busy"
+ condition from other authentication failures on a POP3 server.
* Allow duplicate server hostnames again.
* Fetchmail now returns 0 if *any* poll during the run succeeded.