From: <ox-...@us...> - 2003-06-11 10:31:20
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv10743/lib Modified Files: ox.jar Log Message: New version of OX with some important stability fixes: 1. Fixed yet another tricky database bug... the problem was that we were not clearing the reference list after a promotion, so the object written right after the promotion would get a few extra references (usually resulting in a ClassCastException during runtime) -- Also added additional checks so this sort of error will get picked up sooner. 2. Ripped out the locking mechanism on the log file. It was more trouble than it was worth (and we lock the main database file, so that is sufficient). Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 Binary files /tmp/cvs5wKIWb and /tmp/cvskUZUTe differ |