diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-02-02 04:22:35 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-02-02 04:22:35 +0000 |
commit | b7dc20f3a6f215c38612dc82e32efd9bf64ea8cc (patch) | |
tree | 45ea417091cb0fbaa597fdf579dbaeaa93d11a47 /RELEASE-NOTES.txt | |
parent | ab268b8230416d1d8eebb96fc48a4b4dd1e32ced (diff) |
Fixed bug when decoding old Storable generations - new properties must be cleared. Otherwise, indexes on newly added properties might not get updated.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ef99b2d..4aaf1e3 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,11 @@ Carbonado change history
------------------------
+1.1-BETA10 to 1.1-BETA11
+-------------------------------
+- Fixed bug when decoding old Storable generations - new properties must be
+ cleared. Otherwise, indexes on newly added properties might not get updated.
+
1.1-BETA9 to 1.1-BETA10
-------------------------------
- JDBCSupportStrategy cleans up database product name before using it to
|