aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 22:20:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 22:20:43 +0000
commit440b8d355ad4c639d7fd22f05925dcc8964b0f39 (patch)
treeb19c2df15469620ce305dd26d1be562d1a2ec705
parentddb6ad5e4757c872d8153072fed52de54561c6a6 (diff)
downloadfetchmail-440b8d355ad4c639d7fd22f05925dcc8964b0f39.tar.gz
fetchmail-440b8d355ad4c639d7fd22f05925dcc8964b0f39.tar.bz2
fetchmail-440b8d355ad4c639d7fd22f05925dcc8964b0f39.zip
Ready to ship.
svn path=/trunk/; revision=520
-rw-r--r--Makefile.in2
-rw-r--r--NEWS3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f01a2fe9..a59a340e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
VERS=1.9
-PL=8
+PL=9
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index ef1b473f..0c9ad066 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
Release Notes:
-pl 1.9.9 ():
+pl 1.9.9 (Fri Nov 8 17:16:25 EST 1996):
* Accept Resent-From & Apparently-From a la RFC822.
* Include file fixes for Solaris 2.5 and FreeBSD 2.2.
* Improved error notification on SMTP and no-matching-local-address errors.
* Delivery to multidrop mailboxes now always aborts on DNS errors.
+* Batch limit option prevents long delivery delays on smail/qmail.
pl 1.9.8 (Wed Nov 6 16:40:34 EST 1996):
* Don't append spurious NUL to the headers, qmail actually notices it.