aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-25 15:02:47 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-25 15:02:47 +0000
commitc7a3b6c05205518a68914350dbf1fe53ae9c6cc5 (patch)
treedfb6990cf295b3f05980286e7b87b625f7c8a530
parent0bde2103000edb70a69d02e1f35f9b910dfb3178 (diff)
downloadfetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.tar.gz
fetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.tar.bz2
fetchmail-c7a3b6c05205518a68914350dbf1fe53ae9c6cc5.zip
Ready to ship.
svn path=/trunk/; revision=1118
-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 4e3568f0..7168d823 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.9.8
+VERS=3.9.9
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 3a08fb43..07e509ff 100644
--- a/NEWS
+++ b/NEWS
@@ -19,11 +19,11 @@
Release Notes:
------------------------------------------------------------------------------
-pl 3.9.9 ():
+pl 3.9.9 (Wed Jun 25 11:01:51 EDT 1997):
* We can now process multiple To headers a la Microsoft Exchange Server.
* Avoid sending LIST and getting an error when no messages are waiting.
* Allow `fetchmail' to do wakeup even when no .fetchmailrc.
-* Fixed Paul Sutcliffe's headerless-mail bug.
+* Fixed Paul Sutcliffe's headerless-mail bug triggered by -s.
* Added `pass8bits' to help prevent internationalization lossage.
* Add Guenther Leber's fixes for ETRN mode.