summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2012-07-19 10:54:13 (GMT)
committermax <max@tclers.tk>2012-07-19 10:54:13 (GMT)
commite47ba9f0c364c577be35a2cc155d90078742a2d7 (patch)
treec23059bb4f6b4076f0aa8e67bba7d045b989ff17 /ChangeLog
parent6b29f7ffb2085eaed16ebd067696a80b8c770f5f (diff)
downloadtcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.zip
tcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.tar.gz
tcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.tar.bz2
[Bug: 3545363]: Use a large enough buffer for accept()ing IPv6
connections. Fix conversion of host and port for passing to the accept proc to be independent of the IP version.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 427b3e4..b726d9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-07-19 Reinhard Max <max@suse.de>
+
+ * win/tclWinSock.c (TcpAccept): [Bug: 3545363]: Use a large enough
+ buffer for accept()ing IPv6 connections. Fix conversion of host
+ and port for passing to the accept proc to be independent of the
+ IP version.
+
2012-07-17 Jan Nijtmans <nijtmans@users.sf.net>
* win/makefile.vc: [Bug 3544932]: Visual studio compiler check fails