diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 29867e98..f01a2fe9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=1.9 -PL=7 +PL=8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -4,6 +4,7 @@ pl 1.9.8 (Wed Nov 6 16:40:34 EST 1996): * Don't append spurious NUL to the headers, qmail actually notices it. * Fatal bug in multidrop code fixed. * Fail cleanly, instead of core-dumping, on mail lacking an RFC822 From line. +* Don't try to keep the SMTP socket open across poll cycles. pl 1.9.7 (Fri Nov 1 10:02:34 EST 1996): * %s is back. Seems some popular MDAs actually choke on name arguments. |