summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-05-27 18:36:26 (GMT)
committermax <max@tclers.tk>2011-05-27 18:36:26 (GMT)
commit19755ae8971d97cfc092add10ceed6ab40f011bd (patch)
tree5b12cad417abf5ef6fef83bebf42dca448b10e0f /ChangeLog
parentba5939ea3bf47fc00db9172391b3d68e24539921 (diff)
downloadtcl-19755ae8971d97cfc092add10ceed6ab40f011bd.zip
tcl-19755ae8971d97cfc092add10ceed6ab40f011bd.tar.gz
tcl-19755ae8971d97cfc092add10ceed6ab40f011bd.tar.bz2
Fix [socket -async] for DNS names with more than one address
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c4c72a..f7b11cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-27 Reinhard Max <max@suse.de>
+
+ * unix/tclUnixSock.c: Fix [socket -async], so that all addresses
+ returned by getaddrinfo() are tried, not just the first one. This
+ requires the event loop to be running while the async connection
+ is in progress. ***POTENTIAL INCOMPATIBILITY***
+ * tests/socket.test: Add a test for the above.
+
2011-05-25 Don Porter <dgp@users.sourceforge.net>
* library/msgcat/msgcat.tcl: Bump to msgcat 1.4.4.