summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2008-08-12 18:09:17 +0000
committerBrian S. O'Neill <bronee@gmail.com>2008-08-12 18:09:17 +0000
commitb9165d9262e054c2e9521ed72a0aba77fd7ae9f9 (patch)
tree09882f69ecc970319f53d7c8d576d7a7e78867ed /RELEASE-NOTES.txt
parentcaa97449f6087174ad1970ee8058e164a35f475f (diff)
Fixed bug in JDBCCursor.skipNext which may loop infinitely.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fa88ff1..cfe55e4 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -49,6 +49,10 @@ Carbonado change history
- Added listener callback for replicated repository resync.
- Added support for BigInteger property type.
+1.1.3 to 1.1.4
+-------------------------------
+- Fixed bug in JDBCCursor.skipNext which may loop infinitely.
+
1.1.2 to 1.1.3
-------------------------------
- Reduce creation of unnecessary nested transactions.