summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-27 20:30:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-27 20:30:40 (GMT)
commitbc12fd68ee94dccdac5e1e6d04f160cbbad550ee (patch)
tree2c3543df68f97e1382dd5947f31e9b174b0be734 /ChangeLog
parent1c7799332924b711817436fc8940be2eff501b5c (diff)
downloadtcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.zip
tcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.tar.gz
tcl-bc12fd68ee94dccdac5e1e6d04f160cbbad550ee.tar.bz2
* win/tclWinSock.c: Add missing encoding conversion of the
[info hostname] value from the system encoding to Tcl's internal encoding. This is important now that ICANN no longer limits host names to ASCII. [Bug 1823552]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37dc948..04f1d12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-27 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinSock.c: Add missing encoding conversion of the
+ [info hostname] value from the system encoding to Tcl's internal
+ encoding. This is important now that ICANN no longer limits host
+ names to ASCII. [Bug 1823552]
+
2007-11-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
* generic/tclThread.c: Back-port locking changes from Tcl8.5