From 63dc111ba0135fe99a23a3576e39fa539ae003c7 Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Sun, 8 Nov 2009 17:08:44 +0000 Subject: Prepare 1.2.1 release. --- RELEASE-NOTES.txt | 15 +++++++++++++-- pom.xml | 7 ++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 95efd0c..6857685 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,5 @@ -Carbonado version 1.2 ---------------------- +Carbonado version 1.2.1 +----------------------- Carbonado is an extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence @@ -14,6 +14,17 @@ Carbonado change history 1.2 to 1.2.1 ------------------------------- - Fixes in replicated repository resync when encountering corrupt records. +- Fixes for derived properties. +- Added option to allow derived properties to be copied to other Storables. +- Added record compression support for BDB repositories. +- Added hot backup capability for BDB repositories. +- Added nested rollback support for BDB-JE. +- More BDB options exposed. +- JDBC logging includes bind variable values. +- Fixes for JDBC CLOB updates. +- Fixes for excessive class generation. +- Query.after and Query.fetchAfter support subclass parameter. +- Support covariant storable properties when subclassed. 1.1 to 1.2 ------------------------------- diff --git a/pom.xml b/pom.xml index 4b31d91..958c783 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ carbonado jar Carbonado - 1.2 + 1.2.1 Extensible, high performance persistence abstraction layer for Java applications with a relational view to the underlying persistence technology. @@ -134,6 +134,11 @@ tholgers@users.sourceforge.net Amazon Technologies, Inc. + + + Olga Kuznetsova + Amazon Technologies, Inc. + -- cgit v1.2.3