From: <ox-...@us...> - 2003-06-10 09:42:56
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv16911/lib Modified Files: bootstrap-sheets.jar ox.jar Log Message: Sheets fixes: 1. Fixed an intermittent NPE on startup caused by the new splash screen (update events are now posted on the event queue) 2. Changed the installer info screen to no longer recommend closing apps (it is unnecessary) 3. Changed the default button for the license screen to accept New version of OX with the following stability fixes: 1. Fixed a bug with the crash recovery that sometimes resulted in this exception: com.versionablestore.ox.ArchivalIdNotInDatabase: com.versionablestore.ox.ArchivalIdNotInDatabase: No object with archivalId[0] exists. 2. Fixed a longstanding intermittent gc bug that was caused using arrays of ArchivalReferences in a SerializableArchivalObject. It now correctly handles arrays, and has been improved so that ArchivalReference is no longer Serializable (which should catch this sort of mishap in the future). 3. Database is now failsafe on the usage of NullArchivalReferences. Any attempt to modify or dereference them will result in an error (making it much easier to track down potential problems). WARNING - These database changes will make your *.sdb files invalid. Please regenerate from a .sheets file! Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 Binary files /tmp/cvsEFVMfV and /tmp/cvs9Vedwi differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvscSMaL4 and /tmp/cvss13Uj4 differ |