summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-04-10 16:59:22 (GMT)
committerdas <das>2009-04-10 16:59:22 (GMT)
commit01c5ac34b88b950eb4465857577102ff071032ca (patch)
tree9f4f44711588b587b951e6605ad726fa9edb775f /ChangeLog
parenta99ad7f41b3dbd65623605dfe2a7a1a84d225b6b (diff)
downloadtcl-01c5ac34b88b950eb4465857577102ff071032ca.zip
tcl-01c5ac34b88b950eb4465857577102ff071032ca.tar.gz
tcl-01c5ac34b88b950eb4465857577102ff071032ca.tar.bz2
* macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace
deprecated NSModule API by dlfcn API.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79ad9e1..d036ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,11 @@
* tests/httpd: Backport new tests for http 2.7.3.
* tests/http.tcl:
+2008-04-10 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace
+ deprecated NSModule API by dlfcn API.
+
2008-04-09 Kevin B. Kenny <kennykb@acm.org>
* tools/tclZIC.tcl: Always emit Unix-style line terminators.