You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/08/28 17:48:40 UTC

svn commit: r1378190 - /jena/trunk/jena-tdb/ReleaseNotes.txt

Author: andy
Date: Tue Aug 28 15:48:40 2012
New Revision: 1378190

URL: http://svn.apache.org/viewvc?rev=1378190&view=rev
Log:
Handle out-of-range derived integers and very, very large integers (>63 bits).

Modified:
    jena/trunk/jena-tdb/ReleaseNotes.txt

Modified: jena/trunk/jena-tdb/ReleaseNotes.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/ReleaseNotes.txt?rev=1378190&r1=1378189&r2=1378190&view=diff
==============================================================================
--- jena/trunk/jena-tdb/ReleaseNotes.txt (original)
+++ jena/trunk/jena-tdb/ReleaseNotes.txt Tue Aug 28 15:48:40 2012
@@ -3,6 +3,7 @@ ChangeLog for TDB
 
 ==== TDB 0.9.4
 
++ Bug fix: out-of-range derived integers (e.g. xsd:int)
 + Cache read transaction datastructures and reuse view when possible.
 + Add StoreConnection flush() operation to push delayed writer-commits if possible.    
 + JENA-290 - TDB txn creation touched stats unnecessarily, causing slow down.