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/09/11 18:48:25 UTC

svn commit: r1383474 - /jena/trunk/jena-arq/ReleaseNotes.txt

Author: andy
Date: Tue Sep 11 16:48:25 2012
New Revision: 1383474

URL: http://svn.apache.org/viewvc?rev=1383474&view=rev
Log:
Remove deprecated feature (with potentially non-compliant wrong answers) of allowing a cancelled iterator to silently contiue with partial results. (JENA-93)

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

Modified: jena/trunk/jena-arq/ReleaseNotes.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/ReleaseNotes.txt?rev=1383474&r1=1383473&r2=1383474&view=diff
==============================================================================
--- jena/trunk/jena-arq/ReleaseNotes.txt (original)
+++ jena/trunk/jena-arq/ReleaseNotes.txt Tue Sep 11 16:48:25 2012
@@ -4,6 +4,7 @@ ChangeLog for ARQ
 
 ==== ARQ 2.9.4
 
++ Remove deprecated QueryExecutionBase.cancelAllowDrain
 + Implement WG decision on BIND - use original semantics. 
 + improved optimization of sequeneces of OPTIONALs where the grouois only OPTIONAL and an equality filter (JENA-294)
 + Add URIs for all XQuery/Xpath F&O functions for duration accessors. (JENA-302)