aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-15 20:12:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-15 20:12:03 +0000
commitec453ca003cd77ba6f5bc98353a4c0b950b83066 (patch)
tree0b93cccf8c6ce77f9fbf5ce65c061ad2ef6c3cb8
parented099d84b1806db0d7c2fb49f03f77dd15f46c1c (diff)
downloadfetchmail-ec453ca003cd77ba6f5bc98353a4c0b950b83066.tar.gz
fetchmail-ec453ca003cd77ba6f5bc98353a4c0b950b83066.tar.bz2
fetchmail-ec453ca003cd77ba6f5bc98353a4c0b950b83066.zip
Ready to ship 3.5
svn path=/trunk/; revision=885
-rw-r--r--Makefile.in2
-rw-r--r--NEWS6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 73b0d586..10351ea4 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=3.4
+VERS=3.5
PL=0
# Ultrix 2.2 make doesn't expand the value of VPATH.
diff --git a/NEWS b/NEWS
index 954340f8..088fd6fd 100644
--- a/NEWS
+++ b/NEWS
@@ -17,11 +17,17 @@ features --
* It is now possible to suppress Received line parsing in multidrop mode
with a new `no received' per-server option.
+* Major FAQ reorganization and additions.
+
bugs --
* The counter referred to by the batchlimit option used to count not only
fetched messages but skipped ones. This has been fixed.
+* Compilation fixes for Kerberos support and GNU glibc2 support.
+
+There are 230 people on the fetchmail-friends list.
+
------------------------------------------------------------------------------
fetchmail-3.4 (Wed Feb 12 19:23:06 EST 1997)