summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-12-01 09:18:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-12-01 09:18:07 (GMT)
commit1926fb992b06f1c7665f6754a7bfa95fee4a043f (patch)
treee77052426984297477730d40938773acf6629c43 /ChangeLog
parenta8eb4be9f28af1b8a6bf8e78dbe7964625b70f28 (diff)
parenta1f9677689cd74c4bee813b801b190e6c8553d84 (diff)
downloadtcl-1926fb992b06f1c7665f6754a7bfa95fee4a043f.zip
tcl-1926fb992b06f1c7665f6754a7bfa95fee4a043f.tar.gz
tcl-1926fb992b06f1c7665f6754a7bfa95fee4a043f.tar.bz2
Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a3d6d8..c564a9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1229,6 +1229,10 @@
* unix/tclLoadDl.c: [Bug #3216070]: Loading extension libraries
* unix/tclLoadDyld.c: from embedded Tcl applications.
+ ***POTENTIAL INCOMPATIBILITY***
+ For extensions which rely on symbols from other extensions being
+ present in the global symbol table. For an example and some discussion
+ of workarounds, see http://stackoverflow.com/q/8330614/301832
2011-03-21 Miguel Sofer <msofer@users.sf.net>