summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--changes1
2 files changed, 5 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>
diff --git a/changes b/changes
index 7a928e0..cf8a62e 100644
--- a/changes
+++ b/changes
@@ -7915,6 +7915,7 @@ memory with buffer backup (ferrieux)
2011-03-14 (bug fix) Fixes from libtommath 0.42.0 release (fellows)
2011-03-21 (bug fix)[3216070] [load] extension from embed Tcl apps (nijtmans)
+ ***POTENTIAL INCOMPATIBILITY***
2011-03-27 (performance) NRE: LIST lset foreach benchmark (twylite)