Index: ChangeLog =================================================================== diff -u -r52b0abb34a3c71511ef678200f151d09e2b1273c -rc01d77d0c3bcc9f128edfab52a43f5b5557e3bda --- ChangeLog (.../ChangeLog) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) +++ ChangeLog (.../ChangeLog) (revision c01d77d0c3bcc9f128edfab52a43f5b5557e3bda) @@ -1,7 +1,34 @@ +2010-04-01 + * make sure, Tcl var traces are not called twice + for volatile objects + * fix for info: make sure, value is always initialized + +2010-03-27 + * avoid cyclic dependencies with namespace imported command + during final cleanup + +2010-03-26 + * fixed 64bit problem in expat code + * fixed memory leaks in info methods and forward (error case) + +2010-03-22 + * clean up compilation when compile with assertions turned on + * make sure to use xotcl 1.* when regression testing xotcl 1.* + +2010-03-06 + * use installed expat when specified + This option is needed fro debian packaging rules. + (Many thanks to Stefan Sobernig for this contribution) + * cleanup of redundant section in configure.in + * update to TEA 3.7 + 2010-02-09 * provide compatibility with 8.6b1 * bumped version number to 1.6.6 +2010-12-29 + * fix example in tutorial + 2009-11-13 * Release of XOTcl 1.6.5 @@ -11,7 +38,7 @@ * fix package resolution, if multiple XOTcl versions are installed 2009-11-02 - * fixed namespace visibilty problem reported by Mykhaylo Sorochan + * fixed namespace visibility problem reported by Mykhaylo Sorochan 2009-10-24 * fixed var resolver/memory leak problem reported by Victor Mayevski