Index: ChangeLog =================================================================== diff -u -rd24dde11bfd2657f40bce1b656020c8fd70791d5 -rfbca120f6991ae781737abc21ed788d5a0ccf5dc --- ChangeLog (.../ChangeLog) (revision d24dde11bfd2657f40bce1b656020c8fd70791d5) +++ ChangeLog (.../ChangeLog) (revision fbca120f6991ae781737abc21ed788d5a0ccf5dc) @@ -1,3 +1,6 @@ +2008-11-02 + * Release of XOTcl 1.6.2 + 2008-11-01 * added command ::xotcl::finalize Index: doc/Announce-1.6.2 =================================================================== diff -u --- doc/Announce-1.6.2 (revision 0) +++ doc/Announce-1.6.2 (revision fbca120f6991ae781737abc21ed788d5a0ccf5dc) @@ -0,0 +1,54 @@ +Dear XOTcl Community, + +XOTcl 1.6.2 is available. See below for more details. + +Best regards +-gustaf neumann + + +Announcing XOTcl 1.6.2 +************************* + +We are pleased to announce the availability of XOTcl 1.6.2 + +Major changes relative to 1.6.1 are: + + * Functional extensions: + - handle nonposargs in method "copy" properly + + - new command ::xotcl::finalize + (for forcing cleanup and destuctor execution at a time in + a multi-threaded environment, where it is still safe to execute + all tcl commands) + + * Extended and generalized "info" method + + - Added " mixinof -closure ?pattern?" + Query the objects for which is used as a per-object-mixin + (directly or indirectly) + + * Fixes for potential crashes + + - Implemented proper downgrading of Classes to Objects (handle + cases, where something was created first as an object and is + reclassed/recreated later as a class or vice versa) + + - Reset mixin order for per-object mixins, when the superclass of + a class is deleted, which is used as per-object mixin + + + * Improved documentation + + * Extended regression tests + + * Some code cleanup + + + + For more details about the changes, please consult the ChangeLog and + documentation. + +MORE INFO + General and more detailed information about XOTcl and its components + can be found at http://www.xotcl.org +