From: <ox-...@us...> - 2003-05-29 19:24:21
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv5346a/lib Modified Files: bootstrap-sheets.jar ox.jar Log Message: Sheets now uses platform L&F by default. Upgrade to JDK 1.4.2 to get the new XP/GTK L&Fs. New database version with the following fix: 1. Fixed one more subtle, yet nasty, database bug. After the recent change to promote from slots rather than the original new object list, garbage collection was marking the old objects. Modified the promotion algorithm to update slot information as they are populated. Database seems to be stable (finally). Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 Binary files /tmp/cvsUYVDd9 and /tmp/cvssGYO2D differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsqJjl7C and /tmp/cvsuAznb7 differ |