aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-16 16:26:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-16 16:26:57 +0000
commit91ff5d1ccc59475de9f684fad76b27463be924a1 (patch)
treed5b1be2a4e1660fb22027b3e5fbc4d480446e904
parent7bec68cc0265f82134280afc7b0a937cf93f3b83 (diff)
downloadfetchmail-91ff5d1ccc59475de9f684fad76b27463be924a1.tar.gz
fetchmail-91ff5d1ccc59475de9f684fad76b27463be924a1.tar.bz2
fetchmail-91ff5d1ccc59475de9f684fad76b27463be924a1.zip
Version bump.
svn path=/trunk/; revision=1352
-rw-r--r--Makefile.in2
-rw-r--r--NEWS9
2 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6018e8df..1c6dcd7d 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
+VERS=4.2.1
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 2cf2853d..8219c1de 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,14 @@
Release Notes:
------------------------------------------------------------------------------
-fetchmail-4.2 (Sun Sep 14 16:31:58 EDT 1997)
+fetchmail-4.2.1 (Sun Sep 14 16:31:58 EDT 1997)
+* Type and inclusion changes to eliminate warnings on weird Unixes.
+* Detect and warn about servers like M$ Exchange that get lengths now.
+
+There are 285 people on the fetchmail-friends list.
+
+------------------------------------------------------------------------------
+fetchmail-4.2.0 (Sun Sep 14 16:31:58 EDT 1997)
* Driver code changed so delimited protocols don't rely on message lengths
being correct (this means #@!%^# brain-dead Microsoft Exchange will work).