diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 21:40:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-06 21:40:58 +0000 |
commit | 4f76044273e4f5a1dd363fb2bbbfd673fd3da071 (patch) | |
tree | 351b7fe8c3f7154ace84820c963f270776404c5a | |
parent | 406fb74f8a1d5c1bf9bacf313d475fac8d7632a8 (diff) | |
download | fetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.tar.gz fetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.tar.bz2 fetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.zip |
Ready for release.
svn path=/trunk/; revision=496
-rw-r--r-- | INSTALL | 5 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -103,6 +103,11 @@ distributed with Pine from the University of Washington. Other POP3 servers have been known to give it indigestion. Test carefully! If you have problems, try to switch to IMAP. +A couple of users have reported that some recent (post-2.7.2) versions +of gcc seem to have an optimizer bug that affects fetchmail. If your +fetchmail core dumps (especially near startup) try recompiling without +-O. Alternatively, you can drop back to gcc 2.7.2 or below. + 6. USE IT Enjoy! @@ -1,7 +1,8 @@ Release Notes: -pl 1.9.8 (Mon Nov 4 12:28:25 EST 1996): +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. pl 1.9.7 (Fri Nov 1 10:02:34 EST 1996): |