Trybos V03-04-12 has been reposited and should be available soon. There are a few user-visible changes that should be noted. Specific bank classes should now be derived from the new class TRY_Named_Bank in order to have their name checked when appropriate. This nominally prevents a "CMUO" bank from being created using an iterator that is pointing to a bank with a different name... a sort of bank name type safety feature. Error handling is still a little crude in this version, with the bank simply being declared "invalid" which the user must check for, but this will be improved upon in the future. There is greater use now of "primitive" methods in the STL model. The methods copy_val() and copy_ref() were renamed assign() and assign_ref(), following the nomenclature of the STL. Users will not likely notice this. The class TRY_Vector<> is now used everywhere in Trybos where an array is used. This centralizes array-associated memory management, and should not be user visible. The class TRY_Type_Table, which was only meant to be used by the Banks product, has been moved into the Banks product. The Trybos home page and the Trybos/Banks User's Guide have been updated to reflect these changes. http://www-cdf.fnal.gov/upgrades/computing/projects/trybos