aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-24 21:39:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-24 21:39:39 +0000
commit10b84a40c3316accfa2446a386452536b37d55e9 (patch)
tree378d966ec7efe0cb52e5533af3aea9fd9fcd9fc4
parentee8b6903ea12fed2cb968fd6faafb0403a5fd79e (diff)
downloadfetchmail-10b84a40c3316accfa2446a386452536b37d55e9.tar.gz
fetchmail-10b84a40c3316accfa2446a386452536b37d55e9.tar.bz2
fetchmail-10b84a40c3316accfa2446a386452536b37d55e9.zip
Version bump.
svn path=/trunk/; revision=1405
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index ea654f88..63dfb2df 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.2.5
+VERS=4.2.6
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 5a967802..2a1d5edf 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@
Release Notes:
------------------------------------------------------------------------------
-fetchmail-4.2.6 ()
+fetchmail-4.2.6 (Wed Sep 24 17:37:13 EDT 1997)
* Prevent bad matches on Received line due to hostnames ending "for" and "by".
* Improved bug-tracking header, now also emitted when using an MDA.
* Cope with Post Office/NT's brain-dead habit of prepending bogus LIST items
@@ -54,7 +54,7 @@ fetchmail-4.2.2 (Wed Sep 17 22:56:05 EDT 1997)
There are 289 people on the fetchmail-friends list.
-fetchmail-4.2.1 (Sun Sep 14 16:31:58 EDT 1997)
+fetchmail-4.2.1 (Tue Sep 16 12:26:57 EDT 1997)
* Type and inclusion changes to eliminate warnings on weird Unixes.
* Detect and warn about servers like M$ Exchange that get lengths wrong.