aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index fe1e8841..197142d7 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.8
+VERS=3.9
PL=0
# Ultrix 2.2 make doesn't expand the value of VPATH.
diff --git a/NEWS b/NEWS
index 63144409..d5e74d04 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ release, probably 4.0, this hack will be removed and the leading
Release Notes:
------------------------------------------------------------------------------
-fetchmail-3.9 ()
+fetchmail-3.9 (Wed Apr 2 13:36:22 EST 1997)
features --
@@ -22,12 +22,12 @@ bugs --
* Server-response timeouts were broken. Various symptoms of this problem
were reported by Klee Dienes <klee@mit.edu>, Dirk Eddelbuettel
- <edd@rosebud.sps.queensu.ca>, Robert V. Schipper" <rvs@gol.com>,
+ <edd@rosebud.sps.queensu.ca>, Robert V. Schipper <rvs@gol.com>,
and Steven Brown <swbrown@ucsd.edu>.
* George Sipe sent a fix for the --monitor code.
-* --nowrewrite was a no-op. Fixed.
+* --norewrite was a no-op. Fixed.
* Fetchmail was aborting with "partial message buffer overflow" on Suns
due to unreliable vsprintf return. This has been fixed with changes