aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-06-14 10:41:10 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-06-14 10:41:10 +0000
commita9ec148ec8b36acbf9184708ebbcc2d9f40adb31 (patch)
treee4f60d14fa6d44eec26ebc20cf36eef617442357 /NEWS
parent029ef0fa423c2a90c87f09a28454680d4421d306 (diff)
downloadfetchmail-a9ec148ec8b36acbf9184708ebbcc2d9f40adb31.tar.gz
fetchmail-a9ec148ec8b36acbf9184708ebbcc2d9f40adb31.tar.bz2
fetchmail-a9ec148ec8b36acbf9184708ebbcc2d9f40adb31.zip
Merge and extend Redhat's AI_ADDRCONFIG patch.
svn path=/branches/BRANCH_6-3/; revision=5357
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a74badd..c9a6fc0b 100644
--- a/NEWS
+++ b/NEWS
@@ -108,6 +108,9 @@ fetchmail 6.3.10 (not yet released):
* The sleeping at/awakened at messages appear in logfiles and syslog only if
verbose mode is enabled. On the console, they will still appear without
verbose mode. Fixes Debian Bug#282259.
+* fetchmail only requests IPv6 addresses via name service if at least one is
+ configured on the local host, likewise for IPv4. (AI_ADDRCONFIG flag to
+ getaddrinfo()) Extended version of Redhat's patch.
# CHANGES TO CONTRIB
* Fix bashism in contrib/fetchsetup. Fixes Debian Bug#530081.