diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-02 18:43:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-02 18:43:41 +0000 |
commit | 085585f30d8ba479c2bedd72e4a8fe3dc121bca5 (patch) | |
tree | 87c33697aebf015ffcb1fdc0ed5133c08d789ea1 | |
parent | e06684deb6a793b4e3de5a9e86c72169bbc5b3e2 (diff) | |
download | fetchmail-085585f30d8ba479c2bedd72e4a8fe3dc121bca5.tar.gz fetchmail-085585f30d8ba479c2bedd72e4a8fe3dc121bca5.tar.bz2 fetchmail-085585f30d8ba479c2bedd72e4a8fe3dc121bca5.zip |
Ready to ship.
svn path=/trunk/; revision=946
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index fe1e8841..197142d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=3.8 +VERS=3.9 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -10,7 +10,7 @@ release, probably 4.0, this hack will be removed and the leading Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.9 () +fetchmail-3.9 (Wed Apr 2 13:36:22 EST 1997) features -- @@ -22,12 +22,12 @@ bugs -- * Server-response timeouts were broken. Various symptoms of this problem were reported by Klee Dienes <klee@mit.edu>, Dirk Eddelbuettel - <edd@rosebud.sps.queensu.ca>, Robert V. Schipper" <rvs@gol.com>, + <edd@rosebud.sps.queensu.ca>, Robert V. Schipper <rvs@gol.com>, and Steven Brown <swbrown@ucsd.edu>. * George Sipe sent a fix for the --monitor code. -* --nowrewrite was a no-op. Fixed. +* --norewrite was a no-op. Fixed. * Fetchmail was aborting with "partial message buffer overflow" on Suns due to unreliable vsprintf return. This has been fixed with changes |