Index: ChangeLog =================================================================== diff -u -rc01d77d0c3bcc9f128edfab52a43f5b5557e3bda -r86b45d1aba7bf53648f1de40b6975696e603bf89 --- ChangeLog (.../ChangeLog) (revision c01d77d0c3bcc9f128edfab52a43f5b5557e3bda) +++ ChangeLog (.../ChangeLog) (revision 86b45d1aba7bf53648f1de40b6975696e603bf89) @@ -1,3 +1,6 @@ +2009-11-13 + * Release of XOTcl 1.6.6 + 2010-04-01 * make sure, Tcl var traces are not called twice for volatile objects Index: doc/Announce-1.6.5 =================================================================== diff -u --- doc/Announce-1.6.5 (revision 0) +++ doc/Announce-1.6.5 (revision 86b45d1aba7bf53648f1de40b6975696e603bf89) @@ -0,0 +1,20 @@ + +Announcing XOTcl 1.6.5 +************************* + +Dear XOTcl Community, +We are pleased to announce the availability of XOTcl 1.6.5 + +Major changes relative to 1.6.4 are: + + * fixed namespace visibilty problem reported by Mykhaylo Sorochan + * fixed var resolver/memory leak problem reported by Victor Mayevski + (when XOTcl is compiled against Tcl 8.4.*, but loaded into 8.5.*) + + For more details about the changes, please consult the ChangeLog and + documentation. The planned next release will be 2.0.0 + +MORE INFO + General and more detailed information about XOTcl and its components + can be found at http://www.xotcl.org + Index: doc/Announce-1.6.6 =================================================================== diff -u --- doc/Announce-1.6.6 (revision 0) +++ doc/Announce-1.6.6 (revision 86b45d1aba7bf53648f1de40b6975696e603bf89) @@ -0,0 +1,23 @@ + +Announcing XOTcl 1.6.6 +************************* + +Dear XOTcl Community, +We are pleased to announce the availability of XOTcl 1.6.6 + +Major changes relative to 1.6.5 are: + + * improved 64-bit compatibility (expat) + * fixed some minor memory leaks (info methods, forward error case) + * fixed potential cyclic dependencies via namespace imports + during cleanup + * fixed potential crash with var-traces being fired twice + * compatibility with Tcl 8.6b1 + + For more details about the changes, please consult the ChangeLog and + documentation. The planned next release will be 2.0.0 + +MORE INFO + General and more detailed information about XOTcl and its components + can be found at http://www.xotcl.org +