diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2010-12-10 16:27:28 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2010-12-10 16:27:28 +0000 |
commit | 21f13a63f0567493f229ca5b238ee2335805754e (patch) | |
tree | 90b75cc3c0453f1c0b20b8fc4b0e23a423c931d4 | |
parent | c6836bb400901864d8be9145956869ef4671b8aa (diff) |
Update notes.
-rw-r--r-- | RELEASE-NOTES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6857685..f23bd7b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,4 @@ -Carbonado version 1.2.1
+Carbonado version 1.2.2
-----------------------
Carbonado is an extensible, high performance persistence abstraction layer for
@@ -11,6 +11,12 @@ http://carbonado.sourceforge.net/ Carbonado change history
------------------------
+1.2.1 to 1.2.2
+-------------------------------
+- Added remote access support including remote procedures.
+- Minor features including new PartitionKey annotation.
+- Bug fixes and deprecations.
+
1.2 to 1.2.1
-------------------------------
- Fixes in replicated repository resync when encountering corrupt records.
|