aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-16 16:50:05 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-16 16:50:05 +0000
commite8ea31a9010ab179b58fd9daa77e37a3d41dcf9a (patch)
treee1b5d4f55bb7d3f0f509c0e5a63ec972bc969de1
parentb8d92922341e30e2f1a6c3a56e2685e9bd877f41 (diff)
downloadfetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.tar.gz
fetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.tar.bz2
fetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.zip
Ready to ship.
svn path=/trunk/; revision=2096
-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.