Index: xotcl/ChangeLog =================================================================== diff -u -re525b7364d9b1fbc7b06e81becf4fe0df06c4209 -r57972e5a2972b1eb5dd63f6e3d483670117feebf --- xotcl/ChangeLog (.../ChangeLog) (revision e525b7364d9b1fbc7b06e81becf4fe0df06c4209) +++ xotcl/ChangeLog (.../ChangeLog) (revision 57972e5a2972b1eb5dd63f6e3d483670117feebf) @@ -1,3 +1,26 @@ +2007-09-00: + * Release of XOTcl 1.5.5 + +2007-08-16: + * fix introspection problem for copied objects and classes + (remove superfluous ::xotcl::initProcNS) + Must have been a bug from before XOTcl 1.0 + + * allow to load xotcl compiled for Tcl 8.4 to be loaded + into a tclsh8.5 (again, substantial change). + the behavior can be turned of by setting + FORWARD_COMPATIBLE to 0 + + One can now test now 4 versions: + a) a native version for Tcl 8.4 (without compatibility layer) + b) a native version for Tcl 8.5 + c) a version compiled for Tcl 8.4 with compatibility layer in tclsh8.4 + d) a version compiled for Tcl 8.4 with compatibility layer in tclsh8.5 + + My tests showed that the overhead is for the compatibility + layer is between 1.1 and 2.3%, the difference between + tcl8.5 and tcl8.4 is much larger. + 2007-08-10: * Release of XOTcl 1.5.4