From: <ox-...@us...> - 2003-06-12 05:13:31
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv27839/lib Modified Files: bootstrap-sheets.jar ox.jar Log Message: 1. Made all HistoryManager objects persistent. This way it is safe to sync the database during a change command (which occassionally happens for a good reason) 2. Improved the error message printed out if HistoryManager objects are not empty when a new change command is started. 3. Added a new line-terminator variable that can be used to force unix or windows linefeeds (or add some very creative borders to a file) 4. New version of OX with the following stability improvements: a. Fixed a bug with SerializableArchivalObject that breaks the database format (again) b. Improved debugging message for marking of released objects IMPORTANT: Please regenerate your database!!! Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 Binary files /tmp/cvsRCQNn0 and /tmp/cvsLRJzl9 differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvs85XfHy and /tmp/cvsumq4fZ differ |