From: Nando D. <na...@us...> - 2006-01-17 08:32:10
|
Update of /cvsroot/instantobjects/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13471/Docs Modified Files: Changes.txt Log Message: updated for 2.0 beta 2 Index: Changes.txt =================================================================== RCS file: /cvsroot/instantobjects/Docs/Changes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Changes.txt 4 Nov 2005 12:40:31 -0000 1.2 --- Changes.txt 17 Jan 2006 08:31:56 -0000 1.3 *************** *** 2,5 **** --- 2,35 ---- --------------- + Version 2.0 Beta 2 (1.9.1.2) (2006-01) + + - Fixed possible AV in TInstantBrokerCatalog. + + - Many fixes to the circular references management code. + + - ZeosDBO: added IB/Fb/MySQL database creation support. + + - UIB: fixed AV that was raised trying to disconnect + UIBDatabase while it's being destroyed. + + - Delphi 2005/6: added InstantObjects entry for the + start up splash screens using the handled sphere icon. + + - ModelMaker: added a version resource to show in + ModelMaker's Tools/Expert Manager dialog. + + - Fixed bug #1403489. Fix for the problem that in some + situations, where there aren't circular references, + an object is incorrectly detached from a References + attribute. + + - Fix for EOleException in ModelMaker when cancelling + the dialog during the addition of a new IOAttribute. + + - Various internal refactorings and optimizations. + + - Removal of several memory leaks and sources of AVs. + + Version 2.0 Beta 1 (1.9.1.1) (2005-11) |