summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-06-22 14:32:08 (GMT)
committermax <max@tclers.tk>2011-06-22 14:32:08 (GMT)
commit52975dac483619f642d76da30625db396e4ba62a (patch)
tree274b62d75b972d905d3edaa69f409ea3fbf14d04 /ChangeLog
parent344567552f325458ea53df5c48079cac131d5aa2 (diff)
parentd63052263676891c816f2dbc51362eaa0e3dc048 (diff)
downloadtcl-52975dac483619f642d76da30625db396e4ba62a.zip
tcl-52975dac483619f642d76da30625db396e4ba62a.tar.gz
tcl-52975dac483619f642d76da30625db396e4ba62a.tar.bz2
Merge fixes for [socket -async] and other improvements to the unix socket code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a55dc5..adabfbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-06-22 Reinhard Max <max@suse.de>
+
+ Merge from rmax-ipv6-branch:
+ * 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.
+ * doc/socket: Document the fact that -async needs the event loop
+ * generic/tclIOSock.c: AI_ADDRCONFIG is broken on HP-UX
+
2011-06-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclLink.c: Prevent multiple links to a single Tcl