summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-03-28 22:00:24 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-03-28 22:00:24 +0000
commit8809341248c62b15b78d7e6d8e06ab2ec3793c8e (patch)
treef39d7353987e025758e0a3abe1ffb49a48e9be9e /RELEASE-NOTES.txt
parent65478f17ada9df04c4c2afa734378bb50ec2bd13 (diff)
Merged 1.2-dev to trunk.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2a7c305..99a419c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Carbonado version 1.1
+Carbonado version 1.2
---------------------
Carbonado is an extensible, high performance persistence abstraction layer for
@@ -11,6 +11,16 @@ http://carbonado.sourceforge.net/
Carbonado change history
------------------------
+1.1 to 1.2
+-------------------------------
+- Builds using JDK1.6, but targets JDK1.5.
+- Added support for sequences for SQL databases that don't natively support sequences.
+- Added @Automatic annotation, which also supports auto-increment columns.
+- JDBC cursor skipping uses relative movement, if supported.
+- JDBC repository supports optional automatic version management, eliminating
+ the requirement that triggers be installed on the database.
+- FilteredCursor ensures that filter being used is bound.
+
1.1-BETA11 to 1.1 (release)
-------------------------------
- Only minor comment changes.