Tue, 20 Aug 2002 16:07:56 +0000updated build script and documentation to reflect that the extra binaries for MDR were released BLD200208210100
mmatula@netbeans.org [Tue, 20 Aug 2002 16:07:56 +0000] rev 1003
updated build script and documentation to reflect that the extra binaries for MDR were released

Mon, 19 Aug 2002 14:39:03 +0000Memory storage transactions test added.
dprusa@netbeans.org [Mon, 19 Aug 2002 14:39:03 +0000] rev 1002
Memory storage transactions test added.

Mon, 19 Aug 2002 13:52:30 +0000Transactions support implemented.
dprusa@netbeans.org [Mon, 19 Aug 2002 13:52:30 +0000] rev 1001
Transactions support implemented.

Mon, 12 Aug 2002 10:24:09 +0000*** empty log message *** BLD200208140100
dbalek@netbeans.org [Mon, 12 Aug 2002 10:24:09 +0000] rev 1000
*** empty log message ***

Mon, 12 Aug 2002 09:25:08 +0000Custom prefix changed.
dbalek@netbeans.org [Mon, 12 Aug 2002 09:25:08 +0000] rev 999
Custom prefix changed.

Mon, 12 Aug 2002 00:16:14 +0000Fix help. (Actual content not yet written, but now it's
tor@netbeans.org [Mon, 12 Aug 2002 00:16:14 +0000] rev 998
Fix help. (Actual content not yet written, but now it's
available from the context menu etc.)

Fri, 09 Aug 2002 08:16:39 +0000storage version number update
mmatula@netbeans.org [Fri, 09 Aug 2002 08:16:39 +0000] rev 997
storage version number update

Thu, 08 Aug 2002 23:11:55 +0000Improvement of performance and reliability of BaseObjectHandler. BLD200208090100
tzezula@netbeans.org [Thu, 08 Aug 2002 23:11:55 +0000] rev 996
Improvement of performance and reliability of BaseObjectHandler.
Fix of isLocal of B-tree MOFID class.

Thu, 08 Aug 2002 18:28:17 +0000Fix such that nbm's are built into multiple nbm's. Also add
tor@netbeans.org [Thu, 08 Aug 2002 18:28:17 +0000] rev 995
Fix such that nbm's are built into multiple nbm's. Also add
help skeleton (no actual content yet).

Thu, 08 Aug 2002 17:48:27 +0000Transformation of internal MOFID representation from String to MOFID object,
tzezula@netbeans.org [Thu, 08 Aug 2002 17:48:27 +0000] rev 994
Transformation of internal MOFID representation from String to MOFID object,
the MOFID object provides better serialization (8 Bytes) than String, so the
size of storage is reduced by 1/3 of its previous size. Also the speed may be improved,
the hashCode method is faster than it was before.
All users which are using MDR API on the storagemodel and persistence level
are affected by this commit, and must update the code.
The updated code has not passed the Federation unit test.