aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-11-27 16:19:26 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-11-27 16:19:26 +0000
commit74b6cc2e124a7e490d9dfe614748041e2a0d6daf (patch)
tree5b59523a1785823e0e484df68a524ae35b05f41c
parent68e0b1c5ff21d11f3a293de6de7c32d61a93a662 (diff)
downloadfetchmail-74b6cc2e124a7e490d9dfe614748041e2a0d6daf.tar.gz
fetchmail-74b6cc2e124a7e490d9dfe614748041e2a0d6daf.tar.bz2
fetchmail-74b6cc2e124a7e490d9dfe614748041e2a0d6daf.zip
Revise a check that didn't work on 64-bit SUSE Linux 10.0.
svn path=/trunk/; revision=4481
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dedd58e2..bc6e788e 100644
--- a/NEWS
+++ b/NEWS
@@ -299,6 +299,7 @@ fetchmail 6.3.0 (not yet released officially):
Bug#213299. Sunil Shetye (MA).
* Fix installation without Python. Sunil Shetye, reported by Peter Church. (MA)
* Update Japanese translation. Fixes Bug#329342, Takeshi Hamasaki. (MA)
+* Fix imap.c size safeguard that broke on x86_64 architecture. Matthias Andree
# INTERNAL CHANGES
* Switched to automake. Matthias Andree.