diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 05:08:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 05:08:06 +0000 |
commit | 8e1bf17daf8b3316dbfaeceea20fe9172cb7b859 (patch) | |
tree | 684f05d20bb60ec92413e072fbcda0ed953b8421 | |
parent | 649cc08fb5752ac0966fb45c33166ac244bbbe72 (diff) | |
download | fetchmail-8e1bf17daf8b3316dbfaeceea20fe9172cb7b859.tar.gz fetchmail-8e1bf17daf8b3316dbfaeceea20fe9172cb7b859.tar.bz2 fetchmail-8e1bf17daf8b3316dbfaeceea20fe9172cb7b859.zip |
Ready to ship.
svn path=/trunk/; revision=442
-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. |