7.1.1 - New features * Added the ability for classes to "inherit" methods from a tcl namespace as dumb proceedures. This is done with a: namespace import [pattern...] statement in the class definition * updated the test proceedure * The methods "Container" and "Handle" are now imported from the ::tao namespace instead of re-created in the ::tao::root class * Added several proceedures to odieutil to detect and manipulate mac numbers, ipaddress, and hostnames * (Beat me whip me make me write bad checks, I forgot to bump the revision on odieutil before packageing it.) * Tweaked the naming scheme for directories to use a more standard [package][version] instead of [package]-[version] 7.1.0 - Bug Fixes, schema modifications, slight behavior changes * File paths normalized before being passed to sqlite (was causing problems under Linux) * Object cache and class index are now combined into on sqlite file (tao.sqlite) * Class compiled state is now read from a memory table instead of checking for the existance of [namespace]::constructor * You can now retain object state between calls by setting ::tao(persistant_objects) 1 before calling package require tao 7.0.2 - Several bug fixes for Windows. * Cache now defaults to ~/.tao instead of /tmp. * References to odie cleaned up. * Bug in unknown resolver corrected. 7.0.1 - Initial Release that actually works outside of Sean's workshop 7.0.0 - Initial Release of TAO to the Public