aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-06 21:40:58 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-06 21:40:58 +0000
commit4f76044273e4f5a1dd363fb2bbbfd673fd3da071 (patch)
tree351b7fe8c3f7154ace84820c963f270776404c5a
parent406fb74f8a1d5c1bf9bacf313d475fac8d7632a8 (diff)
downloadfetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.tar.gz
fetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.tar.bz2
fetchmail-4f76044273e4f5a1dd363fb2bbbfd673fd3da071.zip
Ready for release.
svn path=/trunk/; revision=496
-rw-r--r--INSTALL5
-rw-r--r--NEWS3
2 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 84dfb9ea..379907c9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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!
diff --git a/NEWS b/NEWS
index 28d591c1..2614503c 100644
--- a/NEWS
+++ b/NEWS
@@ -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):