summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-12-01 09:10:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-12-01 09:10:06 (GMT)
commita1f9677689cd74c4bee813b801b190e6c8553d84 (patch)
tree405e3276d7d2a760bf54a8695248be01b12fa6c8 /ChangeLog
parentb62d0cd535ee81ad4c8929d41895817b0159ef40 (diff)
downloadtcl-a1f9677689cd74c4bee813b801b190e6c8553d84.zip
tcl-a1f9677689cd74c4bee813b801b190e6c8553d84.tar.gz
tcl-a1f9677689cd74c4bee813b801b190e6c8553d84.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 30d4144..206ebb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -568,6 +568,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-16 Jan Nijtmans <nijtmans@users.sf.net>