aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.