aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-30 02:10:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-30 02:10:23 +0000
commit1c3edbd0d1044fad7137a8e5d80d855acab803e7 (patch)
tree4b025aa997cd0a3998accd5c5d9a717d115ac842
parent2bb68e8cdb22f7dc3c09eded54b4b3c674bcc0dc (diff)
downloadfetchmail-1c3edbd0d1044fad7137a8e5d80d855acab803e7.tar.gz
fetchmail-1c3edbd0d1044fad7137a8e5d80d855acab803e7.tar.bz2
fetchmail-1c3edbd0d1044fad7137a8e5d80d855acab803e7.zip
Bug fix release.
svn path=/trunk/; revision=2460
-rw-r--r--Makefile.in2
-rw-r--r--NEWS5
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index e4d26bba..2c1aaa11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.0.1
+VERSION = 5.0.2
SUBDIRS = @INTLSUB@ @POSUB@
diff --git a/NEWS b/NEWS
index 437163a9..593df135 100644
--- a/NEWS
+++ b/NEWS
@@ -8,14 +8,15 @@
Release Notes:
-fetchmail-5.0.2 ():
+fetchmail-5.0.2 (Thu Apr 29 22:09:46 EDT 1999):
* 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.
+ (This also fixes the no-pidfile bug introduced in 5.0.1.)
* FAQ now includes the location of SSL patches.
-There are 255 people on fetchmail-friends and 374 on fetchmail-announce.
+There are 256 people on fetchmail-friends and 377 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.