aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-25 16:29:48 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-25 16:29:48 +0000
commitc6b4dbedd38c01badc0533c4286ec3ae87fe1885 (patch)
tree7dc6831457000b74d1efba424ee31a7975e72321 /NEWS
parent0c4534a4c91e2e082dcfa2567a24bad4e50edcf6 (diff)
downloadfetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.tar.gz
fetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.tar.bz2
fetchmail-c6b4dbedd38c01badc0533c4286ec3ae87fe1885.zip
Document new environment logic.
svn path=/trunk/; revision=2453
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bb107e9e..edd4d8c9 100644
--- a/NEWS
+++ b/NEWS
@@ -8,11 +8,13 @@
Release Notes:
-fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999):
-* The IMAP driver now sets SEEN just before deleting, in case the server
- ships DSNs when that bit is set.
+fetchmail-5.0.2 ():
+* The IMAP driver now sets SEEN at deletion time, in case the server
+ ships DSNs when that bit is set (HP OpenMail does this).
+* Delay between POP3 subsessions to allow the server time to release locks.
+* Improved environment-query logic to handle mutiple names per UID.
-There are 254 people on fetchmail-friends and 372 on fetchmail-announce.
+There are 255 people on fetchmail-friends and 374 on fetchmail-announce.
fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999):
* Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME.