aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-25 05:59:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-25 05:59:47 +0800
commit7e0411b4647fea7bebfe7d15a0edf923b88c5e9c (patch)
treee9e7f92f5bcf11293c3e3ac84543f9e70ae6ddd3 /e-util/ChangeLog
parentb884a6479092f8e67285c8dd959e49ecd330ce04 (diff)
downloadgsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar.gz
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar.bz2
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar.lz
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar.xz
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.tar.zst
gsoc2013-evolution-7e0411b4647fea7bebfe7d15a0edf923b88c5e9c.zip
If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flags
2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c (e_gethostbyname_r): If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flags member as well so that we don't resolve a host to an IPv6 addr when the node doesn't have any IPv6 source addresses. svn path=/trunk/; revision=23077
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 39b002ea38..2c680bfcde 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-17 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-host-utils.c (e_gethostbyname_r): If the system defines
+ AI_ADDRCONFIG, set this flag on the hints.ai_flags member as well
+ so that we don't resolve a host to an IPv6 addr when the node
+ doesn't have any IPv6 source addresses.
+
2003-10-24 Dan Winship <danw@ximian.com>
* Makefile.am (libedb3util_la_LIBADD): add $(DB3_LDADD)