diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in index b9ff7c45..8097c1b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=1.9 -PL=5 +PL=6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -1,16 +1,11 @@ Release Notes: -pl 1.9.6 (): +pl 1.9.6 (Thu Oct 31 00:07:23 EST 1996): * Make rewrite option handle multiple comma-separated local names correctly. * Fix yet another fatal error in MDA argument list construction. * Reset timeout every time input is received. * Correct localname detection when --norewrite is on. -pl 1.9.6 (): -* Make rewrite option handle multiple comma-separated local names correctly. -* Fix yet another fatal error in MDA argument list construction. -* Allow SMTP code to handle responses longer than the atomic-read size. - pl 1.9.5 (Tue Oct 29 20:07:41 EST 1996): * Added -N, --nodetach option for debugging purposes. * Use interval timers for poll-interval sleep and nonresponse timeout. |