summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
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.