diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 3 |
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@ @@ -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. |