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/10/18 19:20:00 UTC

svn commit: r1399742 - in /jena/trunk: jena-arq/ReleaseNotes.txt jena-core/ReleaseNotes.txt jena-tdb/ReleaseNotes.txt

Author: andy
Date: Thu Oct 18 17:19:59 2012
New Revision: 1399742

URL: http://svn.apache.org/viewvc?rev=1399742&view=rev
Log:
Update release notes.

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

Modified: jena/trunk/jena-arq/ReleaseNotes.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/ReleaseNotes.txt?rev=1399742&r1=1399741&r2=1399742&view=diff
==============================================================================
--- jena/trunk/jena-arq/ReleaseNotes.txt (original)
+++ jena/trunk/jena-arq/ReleaseNotes.txt Thu Oct 18 17:19:59 2012
@@ -4,6 +4,8 @@ ChangeLog for ARQ
 
 ==== ARQ 2.9.4
 
++ Deprecate syntax support for SPARQL/Update (the W3C submission - this is not SPARQL 1.1 Update)
+  for several cycles of migration support only.  
 + Blank node labels can not be reused across different INSERT DATA operations in the same SPARQL Update Request
   (spec clarification) 
 + JENA-322 : Make jcl-over-slf4 a required dependency

Modified: jena/trunk/jena-core/ReleaseNotes.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/ReleaseNotes.txt?rev=1399742&r1=1399741&r2=1399742&view=diff
==============================================================================
--- jena/trunk/jena-core/ReleaseNotes.txt (original)
+++ jena/trunk/jena-core/ReleaseNotes.txt Thu Oct 18 17:19:59 2012
@@ -3,6 +3,11 @@ Release Notes 
 
 ==== Jena 2.7.4
 
++ Deprecation of some operations in BulkUpdateHandler
+  Long term, graph level BulkUpdateHandler wil be removed, and the necessary operations moved to Graph
+  There wil be no client API changes. 
++ Deprecate DAML+OIL support.
++ JENA-335 : Fix to XSD hexBinary and XSD base64Binary to handle illegal lexical forms. 
 + The command tool scripts for linux/unix have been rewritten so that
   no environment setting is needed.  The correct environment variable 
   is JENA_HOME - this is autmatically set unless already set.

Modified: jena/trunk/jena-tdb/ReleaseNotes.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/ReleaseNotes.txt?rev=1399742&r1=1399741&r2=1399742&view=diff
==============================================================================
--- jena/trunk/jena-tdb/ReleaseNotes.txt (original)
+++ jena/trunk/jena-tdb/ReleaseNotes.txt Thu Oct 18 17:19:59 2012
@@ -5,7 +5,8 @@ ChangeLog for TDB
 
 + Enable batching of flushing commits to the main database - 
   The improves transactional write performance.
-+ JENA-318 : Reject bad language tags.
++ Extensive testing and fixing for recovery due to abrupt termination of the JVM.  
++ JENA-318 : Fix rejection of bad language tags.
 + JENA_317 : Fix to handling decimal numbers.  Decimals of around 15 digits could be corrupted.  
 + JENA-301 : Recovery did not reset internal file state under certain conditions.  
 + Bug fix: out-of-range derived integers (e.g. xsd:int)