aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e2138a4e..cc790e46 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,8 @@ fetchmail 6.3.3 (not yet released):
The patch, as accepted into fetchmail, was available separately from
<http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff>
* SEGFAULT: Work around C libraries that return a NULL in getaddrinfo()'s
- ai_canonname record, to avoid a segfault. Affects, for instance, FreeBSD 4.11.
+ ai_canonname record, to avoid a segfault. Affects for instance FreeBSD 4.10,
+ 4.11 and 5.3 when dotted quads are given as server names.
Reported and patched by "Voldemar".
* IMAP: fix hangs in NOOP-based IDLE emulation. Reported by Casper Gripenberg
and Brendan Lynch, fix by Sunil Shetye (his patch was merged) and Brendan