diff options
author | max <max@tclers.tk> | 2011-05-27 18:36:26 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2011-05-27 18:36:26 (GMT) |
commit | 19755ae8971d97cfc092add10ceed6ab40f011bd (patch) | |
tree | 5b12cad417abf5ef6fef83bebf42dca448b10e0f /ChangeLog | |
parent | ba5939ea3bf47fc00db9172391b3d68e24539921 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |