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 2013/08/09 22:25:26 UTC

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

Author: andy
Date: Fri Aug  9 20:25:26 2013
New Revision: 1512481

URL: http://svn.apache.org/r1512481
Log:
JENA-500
Substitute for variables before optimization.

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=1512481&r1=1512480&r2=1512481&view=diff
==============================================================================
--- jena/trunk/jena-arq/ReleaseNotes.txt (original)
+++ jena/trunk/jena-arq/ReleaseNotes.txt Fri Aug  9 20:25:26 2013
@@ -4,7 +4,10 @@ ChangeLog for ARQ
 
 ==== Jena 2.10.2
 
-+ JENA-470 : Enable optimization of mixtures of disjunctions with equality and other expressions. 
++ JENA-500 : Substitution for an initial binding is now done 
+             on the algrebra before optimzation is attempted.
++ JENA-470 : Enable optimization of mixtures of disjunctions with equality 
+             and other expressions. 
 + JENA-473 : Enable implicit join optimizations
 + JENA-475 : HTTP Authentication for SPARQL Updates was not properly supported
 + JENA-471 : Fix regression in generated quad form of algebra for some queries