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 578e5f06..ee54e458 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
# If you're running QNX, we can't assume a working autoconf.
# So just uncomment all the lines marked QNX.
-VERS=4.6.1
+VERS=4.6.2
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index edac5f99..595d8f9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
Release Notes:
-fetchmail-4.6.2 ():
+fetchmail-4.6.2 (Fri Oct 16 12:49:30 EDT 1998):
* Time out server open requests like we do reads. This protects against
buggy TCP/IP configurations that hang forever on a bad open.
* The '--limit' option can now be used with daemon mode. The user is notfied
@@ -10,8 +10,9 @@ fetchmail-4.6.2 ():
size warnings are sent to the user (default = 3600 sec).
* Added FAQ item M7 on diagnosing failures to extract envelope addresses
from sendmail trace headers.
+* Added Andrea Sterbini's init script for Red Hat to the contrib directory.
-There are 255 people on fetchmail-friends and 293 on fetchmail-announce.
+There are 252 people on fetchmail-friends and 295 on fetchmail-announce.
fetchmail-4.6.1 (Wed Oct 14 18:46:58 EDT 1998):
* Fixed a minor memory leak in the IP-address-comparison code.