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/02/03 17:07:26 UTC

svn commit: r1240229 - /incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Author: andy
Date: Fri Feb  3 16:07:26 2012
New Revision: 1240229

URL: http://svn.apache.org/viewvc?rev=1240229&view=rev
Log:
Updates

Modified:
    incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Modified: incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt?rev=1240229&r1=1240228&r2=1240229&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt (original)
+++ incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt Fri Feb  3 16:07:26 2012
@@ -1,13 +1,17 @@
 ChangeLog for ARQ
 =================
+(the list covers new features and refinements.  Seee ASF JIRA for detaisl of all bugs fixed) 
 
 ==== ARQ 2.9.1
 
++ Add UpdateExecutionFactory.createRemote(...) for remote execution of SPARQL Update (JENA-197) 
++ Allow users to specify query parameters in SERVICE
+  Allow the context to include a set of parameters add to SERVICE requests  
+  (JENA-195)
 + SPARQL 1.1: Complete scope tracking of variables (JENA-142)
 + Faster writing of XML and JSON results formats (JENA-178)
 + Support for SERVICE with additional parameters (JENA-195)  
 
-
 ==== ARQ 2.8.9 / 2.9.0
 ** Java 6 is now required for running ARQ.