[SCM] librdf-trine-perl Debian packaging annotated tag, rdf-query-2.905, created. rdf-query-2.905

Gregory Todd Williams greg at evilfunhouse.com
Fri Jun 7 14:20:59 UTC 2013


The annotated tag, rdf-query-2.905 has been created
        at  c3e813a66fad5d126a8fdbb643a617c030fb0f0b (tag)
   tagging  30a159c43f44fe04033aa74b48edd5ca6504305c (commit)
  replaces  rdf-query-2.904
 tagged by  Gregory Todd Williams
        on  Fri Feb 18 13:22:07 2011 -0500

- Shortlog ------------------------------------------------------------
RDF::Query 2.905.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEABECAAYFAk1euN4ACgkQhPK6VMqoyC1enACdFvdf6o6++nd+AXBG4H+oAoqH
u98AoLO7weMWXkdAfsNgO1b437IJ/Wlv
=G0iu
-----END PGP SIGNATURE-----

Gregory Todd Williams (160):
      Added RDF::Query::Functions->install_function method, and implementations for fn:compare, fn:concat, and fn:substring.
      Merge branch 'rdf-query-2.904'
      Added missing use of Scalar::Util.
      Added SPARQL 1.1 support for xpath-derived function keywords: ABS, CEIL, FLOOR, ROUND, CONCAT, SUBSTRING, LENGTH, UCASE, LCASE, ENCODE, CONTAINS, STARTS, ENDS.
      Added function library tests to xt/dawg-eval11.t test harness.
      Fixed RDF::Trine::Iterator->format_node_xml to properly include literal languages and datatypes.
      Updated docs for 0.131 release.
      Fixed exception throwing on numeric binary expression eval without numeric literal arguments.
      Updated SPARQL built-in string function return values' datatype and language tags.
      Added support for non-strict comparisons of xsd:strings in RDF::Query::Node::Literal (based on $LAZY_COMPARISONS variable).
      Fixed mistaken case sensitivity of COALESCE, BNODE, CONCAT, and SUBSTRING keywords in SPARQL 1.1 parser.
      Updated debugging strings in xt/dawg-eval11.t.
      Updated VERSION for 0.130_02 beta release.
      Added support for SPARQL 1.1 RAND() built-in function.
      Whitespace formatting.
      Updated required version of Test::More to 0.86 (bugreport from @danbri).
      Updated docs and VERSION for 0.130_03 beta release.
      Updated required version of Test::More to 0.88 (0.86 doesn't have done_testing() used in t/store-config.t).
      Updated docs to reflect updated Test::More 0.88 requirement.
      Commented out overloading of infix<+> for string concatenation.
      Added RDF::Query::Node::Literal->type_list method.
      Renamed LENGTH() to STRLEN().
      Added CodeMirror files for syntax highlighting SPARQL query form markup.
      Added CodeMirror license. Fixed bug in returning static content from the share directory.
      Updated licensing text.
      Added LICENSE file.
      Updated docs and VERSION for 0.131 release.
      Merge branch 'rdf-trine-0.131'
      Updated release date of RDF::Trine 0.131 in Changes.ttl (forgotten in released version).
      Added RDF::Trine::Store->new method to delegate to existing constructors.
      Added auto-initialization of DBI stores during object construction.
      Updated RDF::Endpoint to use a persistent model object across run() calls.
      Updated endpoint.psgi to move config parsing and endpoint object construction outside of the request handler.
      Updated parsesparql.js to add SPARQL 1.1 keywords and operators.
      Added MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 hash functions.
      Updated RDF::Query::Expression::Function->evaluate to throw an error if no function coderef is found.
      Moved slow turtle parser tests into developer tests directory xt/.
      Updated hashing functions to work over utf8 encoded octets.
      Added conditional loading of Redland parsers and stores when available using Module::Load::Conditional.
      Fixed Xpath fn:timezone-from-dateTime function return for UTC timezones.
      Added sparql functions YEAR, MONTH, DAY, HOURS, MINUTES, SECONDS, and fixed parsing ambiguity between MIN aggregate and MINUTES function.
      Fixed bug in RDF::Query::Plan::Clear when attempting to clear the default graph.
      Updated docs for 0.132 release.
      Updated VERSIONs for 0.131_01 beta release.
      Updated SPARQL 1.1 'CLEAR' tests and more error handling to xt/dawg-eval11.t.
      Added caching of service description to RDF::Endpoint object.
      Added bin/graph.pl.
      Updated SPARQL built-in functions (renamed SUBSTRING to SUBSTR, ENCODE to ENCODE_FOR_URI, and updated string function return types).
      Updated RDF::Query::Algebra::Project->as_sparql to handle aggregate aliases.
      Added drop tests to xt/dawg-eval11.t.
      Updated as_sparql serialization methods to support aggregate operations.
      Updated developer tests.
      Updated docs and VERSION for 0.132 release.
      Merge branch 'rdf-trine-0.132'
      Added basic-update to list of test directories, and allow use of xt:data in addition to xt:graph predicate in xt/dawg-eval11.t.
      Fixed plan code for zero-length paths to return RDF::Query::Node-based results (not Trine-based).
      Removed unused code and spurious warnings in RDF::Query::Plan.
      Fixed as_sparql serialization of update algebra operators.
      Renamed SPARQL 1.1 functions STARTS/ENDS to STRSTARTS/STRENDS.
      Updated t/parser-rdfjson.t to test bnode equality using identifier strings, not with op<==>.
      Updated RDF::Trine::Store::Hexastore to use equal() method instead of op<==> for testing node equality.
      Fixed bug in Turtle parser that wouldn't allow a Unicode BOM in the input.
      Added string overloading to RDF::Trine::Node subclasses.
      Added RDF::Trine::NamespaceMap class.
      Added support to populate namespace map objects during RDF parsing.
      Fixed bug in turtle serialization of blank nodes used in graph cycles (reported by tobyink).
      Updated README files to list recetly added parser and serializer formats.
      Merge branch 'master' of https://github.com/nichtich/perlrdf into nichtich-master
      Style changes and small fixes to github merge from nichtich (Jakob Voss).
      Merge branch 'nichtich-master'
      Added support for update operations with USING clause with 1 default graph.
      Initial code to do bulk-updates in RDF::Trine::Store::SPARQL.
      Added TZ() function implementation.
      Updated RDF::Query::Plan to handle update operations with different datasets for matching (USING clause).
      Updated SPARQL 1.1 parser to properly set relevant datasets for update operations.
      Merge branch 'master' of https://github.com/nichtich/perlrdf into nichtich-master
      Changes to nichtich's patches to RDF::Trine::NamespaceMap leading to a merge.
      Updated ENCODE_FOR_URI() to work with utf8 data, and TIMEZONE() to return xsd:dayTimeDuration results.
      Updated RDF::Query::Parser::SPARQL11 to handle whitespace between tokens in 'INSERT DATA' and 'DELETE DATA'.
      Documentation changes to nichtich's patch.
      Merge branch 'nichtich-master'
      Added RDF::Query::Node::Literal->is_simple_literal method.
      Updated SPARQL 1.1 parser to track changing BIND() semantics.
      Updated SPARQL 1.1 string functions to track standard.
      Merge branch 'nichtich-master'
      Added RDF::Trine::NamespaceMap to MANIFEST.
      Increased required version of Module::Load::Conditional to 0.40.
      Added 'extend' option to RDF::Trine::Serializer->negotiate allowing custom app-level media types.
      Added initial code to create SPIN serializations of queries.
      Fixed bin/deparse.pl to allow serializing a query only in SPIN.
      Updated SPIN serialization code to use new RDF::Trine::Model->add_list method.
      Added SPARQL 1.1 tests to t/functions.t and t/serialize.t.
      Added new RDF::Trine::Model->add_list method.
      Updated handling of BIND() to not close group scope (which was applying filters in the wrong place).
      Updated query serialization whitespace handling in RDF::Query->as_sparql.
      Added 'syntax-query' test directory to xt/dawg-syntax11.t.
      Added 'construct', 'drop', and 'json-res' test directories to xt/dawg-eval11.t.
      Fixed RDF::Query::Algebra::Construct->sse serialization to include construct triples.
      Fixed RDF::Query::Algebra::Project->as_sparql handling of binary select expressions.
      Added SILENT flag in RDF::Query::Algebra::Service.
      Updated and fixed bugs in SPARQL 1.1 parser.
      Added support for parsing SPARQL JSON Results format in RDF::Trine::Iterator->from_json.
      Added support for parsing SPARQL JSON Results format in xt/dawg-eval11.t.
      Fixed POD indenting in lib/RDF::Trine::Store.
      Changed required version of Module::Load::Conditional to 0.38 (based on version in debian).
      Added RDF::Trine::Model->get_list method.
      Updated RDF::Trine::Serializer->negotiate to ignore serializers that are overridden by 'extend' media types.
      Updated dawg11 status script.
      Added POD to RDF::Trine::Iterator::JSONHandler.
      Updated conneg code setting default q-values in RDF::Trine::Serializer.
      Updated xt/dawg-eval11.t to only run tests that are listed in the manifest lists.
      Updated xt/dawg-eval11.t result equality testing code to better handle bnodes in binding results.
      Updated RDF::Trine::Iterator::Graph->print_xml to set utf8 binmode on the output filehandle.
      Fixed bug in RDF::Trine::Model->get_list that was assuming list nodes were IRIs.
      Style and documentation updates.
      Renamed RDF::Trine::Serializer->negotiate argument from 'among' to 'restrict'.
      Updated VERSIONs for 0.132_01 beta release.
      Updated docs for 0.133 release.
      Added t/namespacemap.t and lib/RDF/Trine/Iterator/JSONHandler.pm to MANIFEST.
      Fixed RDF/XML xmlns serialization bug when used with RDF::Trine::NamespaceMap objects.
      Added text/rdf+n3 as a media type for RDF::Trine::Serializer::Turtle.
      Updated Changes.ttl and README.
      Updated xt/dawg-syntax11.t to find more syntax queries in the dawg test data.
      Added RDF::Trine::Node::Variable::ExpressionProxy->referenced_variables method.
      Updated SPARQL 1.1 parser to throw more errors on syntactically invalid queries.
      Updated RDF::Trine::Store::DBI and RDF::Trine::Store::DBI::mysql to use DBI placeholders.
      Added NOW() function and fixed detection of syntactic errors in projection/aggregate grouping.
      Major refactor of xt/dawg-eval11.t test harness.
      Updated RDF::Query->execute_with_named_graphs to accept optional arguments to be passed to C<< execute >>.
      Fixed RAND() to return a xsd:double. Fixed IRI() to respect the BASE URI.
      Fixed RDF::Query::Parser::SPARQL11 to not allow internal 'star' variable to be visible in returned data.
      Silenced warning in RDF::Query->execute_with_named_graphs.
      Added POD for as_spin methods in RDF::Query::Algebra subclasses.
      Updated RDF::Trine::Store::DBI and RDF::Store::DBI::mysql to use C<< prepare_cached >> instead of C<< prepare >>.
      Fixed RDF::Trine::Parser->parse_url_into_model to pass through 'canonicalize' argument to actual parser method call.
      Allow 'canonicalize' argument to RDF::Trine::Iterator->from_json method.
      Added RDF::Trine::Graph->error method to explain failures in RDF::Trine::Graph->equal.
      Fixed canonicalization bug in RDF::Trine::Node::Literal for xsd:decimals with no decimal point.
      Fixed bug in RDF::Trine::Iterator::SAXHandler on data with empty results.
      Squashed commit of the following:
      Merge remote branch 'kjetilk/master' into kjetilk-merge
      Updated VERSIONs for 0.132_02 beta release.
      Fixed expected media types for turtle serializer in t/serializer.t.
      Silenced warnings in t/namespacemap.t.
      Updated namespacemap test based on failing cpantesters reports.
      Updated VERSIONs for 0.132_03 beta release.
      Updated docs and VERSION for 0.133 release.
      Merge branch 'rdf-trine-0.133'
      Removed use of Data::Dumper and updated use of Test::More in RDF::Query tests.
      Updated required version of RDF::Trine to 0.133.
      Added jquery to share/index.html.
      Added turtle parser test for file with BOM.
      Fixed RDF::Trine::Parser->parse_file to open files as utf8.
      Updated docs for 2.905 release.
      Updated VERSIONs for 2.904_01 beta release.
      Added Digest::SHA to list of required modules.
      Added Digest::SHA to list of required modules.
      Updated VERSIONs for 2.904_02 beta release.
      Updated VERSIONs and docs for 2.905 release.
      Merge branch 'rdf-query-2.905' into release-rdf-query

Jakob Voss (4):
      added negotiation among limited set of serializers
      Merge remote branch 'upstream/master'
      direct parsing from file by guessed parser
      implemented and tested filter parameters of RDF::Trine::Model::objects

Kjetil Kjernsmo (18):
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Add documentation for new_with_object
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Merge branch 'dev' of git://github.com/kasei/perlrdf
      Log a debug message upon ignoring RDF::Trine::Error::UnimplementedError in bounded_description
      Fix conflicts
      Check if onfail attribute is defined
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Pragmatically set extends serializer q-values to 0.85
      Revert "Pragmatically set extends serializer q-values to 0.85"
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Correct frequent typo
      Correct small typo

nichtich (5):
      fixed test counter
      minor simplification of RDF::Trine::Model::new
      extended node-centric model graph-API
      fixed and extended RDF::Trine::NamespaceMap
      show possible use of uri method

-----------------------------------------------------------------------

-- 
librdf-trine-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list