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

Gregory Todd Williams greg at evilfunhouse.com
Fri Jun 7 14:21:01 UTC 2013


The annotated tag, rdf-query-2.909 has been created
        at  2f9ca3148ece67e6ee069bfa1e022b7d5b8fb0a3 (tag)
   tagging  d4dd206c06564b7a978f78e026dd6cf2b4988839 (commit)
  replaces  rdf-query-2.908
 tagged by  Gregory Todd Williams
        on  Sat Nov 24 15:18:38 2012 -0500

- Shortlog ------------------------------------------------------------
RDF::Query 2.909.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEABECAAYFAlCxK6IACgkQhPK6VMqoyC1ZtwCeMRsNjTRsZKkifQVjaYiHeNT7
sQ0AnA8HmaoXpANcXsitxa5XJfKvuORK
=a5Rm
-----END PGP SIGNATURE-----

Dorian Taylor (1):
      trying once again to add reverse namespace lookups/abbreviations

Dorian Taylor ext:(%20%28Code%20Address%29) (1):
      wide character in print!~!!!

Gregory Todd Williams (235):
      Merge branch 'rdf-trine-0.131' into release-rdf-trine
      Merge branch 'rdf-trine-0.132' into release-rdf-trine
      Merge branch 'rdf-trine-0.133' into release-rdf-trine
      Merge branch 'rdf-trine-0.134' into release-rdf-trine
      Merge branch 'rdf-trine-0.135' into release-rdf-trine
      Merge branch 'rdf-trine-0.136' into release-rdf-trine
      Merge branch 'rdf-trine-0.137' into release-rdf-trine
      Merge branch 'rdf-trine-0.138' into release-rdf-trine
      Merge pull request #44 from kjetilk/johnw-pg-patch
      Fixed fallback parsing bug in RDF::Trine::Parser->parse_url_into_model.
      Added exists test directory to xt/dawg-eval11.t.
      Merge branch 'rdf-query-2.908'
      Added is_update method to RDF::Query.
      Fixed bug that wasn't passing the active graph to EXISTS filter evaluation.
      Removed erroneous copies of RDF::Trine::Store::DBI::Pg->init method.
      Accept common typo of SEPARATOR in SPARQL 1.1 parser ("SEPERATOR").
      Added POD to bin/rqsh.
      Make typo support opt-in with constructor arg 'allow_typos' in RDF::Query::Parser::SPARQL11.
      Updated xt/dawg/earl.pl to use new EARL IRIs earl:passed and earl:failed.
      Updated RDF::Query::Util::cli_parse_args to allow no-argument setup.
      Added doap:implements statements, and updated release data to doap.rdf.
      Added support in RDF::Query->execute to passthrough query processing to the model if supported and the 'allow_passthrough' option is set on the query object.
      Removed RDF::Redland recommendation in Makefile.PL.
      Allow suppressing RDF::Redland use if the RDFQUERY_NO_REDLAND environment variable is set.
      Allow suppressing RDF::Redland use if the RDFQUERY_NO_REDLAND environment variable is set.
      Replaced references to RDFQUERY_NO_REDLAND environment variable with proper RDFTRINE_NO_REDLAND.
      Fixed bug in RDF::Query::Algebra::Service->referenced_variables.
      Added test case confirming bad sparql serialization of equality testing filters (github issue 53).
      Fixed bad sparql serialization of filters with equality tests; was using '==' instead of '=' (github issue 53).
      Started support for DISTINCT() property paths in SPARQL 1.1 parser.
      Added RDF::Trine::Serializer::NQuads->statement_as_string method.
      Made server a required configuration key in RDF::Trine::Store::Redis.
      Added algebra serialization support for DISTINCT property paths.
      Fixed bug when RDF::Trine::Iterator->finished is called before an (empty) iterator is used.
      Added tests for RDF::Trine::Iterator->peek.
      Merge remote-tracking branch 'kjetilk/zero-bgp-proposal' into zero-bgp
      Fixed interaction of peek() and finished() in RDF::Trine::Iterator.
      Simplified code in t/store-hexastore-pattern.t.
      Fixed use of iterator finished method in RDF::Trine::Store::Hexastore->get_pattern.
      Fixed use of iterator finished method in RDF::Trine::Iterator::Bindings->as_json.
      Fixed expected result count in Test::RDF::Trine::Store->get_pattern_tests.
      Updated EARL IRIs in bin/failing_earl_tests.sh and bin/passing_earl_tests.sh.
      Use $plan->explain instead of $plan->sse for "explain" rqsh command.
      Rewrote property path implementation to support DISTINCT paths, fix bugs, and better align with the spec.
      Merge branch 'property-paths'
      Fixed query language IRI and added logging in handling of query delegation.
      Added 'scoped_namespaces' constructor argument to RDF::Trine::Serializer::RDFXML to serialize only necessary namespace declarations.
      Updated property paths test count to align with current path counting semantics.
      Added specifies_update_dataset() method in RDF::Query.
      Merge pull request #58 from kba/master
      Updated docs for 0.139 release.
      Updated VERSION for 0.138_01 beta release.
      Added t/store-dbi-pg.t to manifest.
      Updated copyright notice dates.
      Updated docs and VERSION for 0.139 release.
      Updated see also link to SPARQL Protocol (1.1).
      Merge branch 'rdf-trine-0.139'
      Merge branch 'rdf-trine-0.139' into release-rdf-trine
      Fix RDF::Trine::Store->get_pattern to actually use the right-most triple pattern as the rhs of the join.
      Removed default get_pattern implementation in RDF::Trine::Store.
      Added RDF::Trine::Pattern->sort_for_join_variables method to prevent unnecessary cartesian joins.
      Fixed config handling in rqsh to allow the use of hexastore backends.
      Removed parser support for DISTINCT() form of property paths.
      Added parser support for UUID() and STRUUID() functions.
      Added implementation of UUID() and STRUUID() functions.
      Removed algebra support for DISTINCT() form of property paths.
      Changed property path planning to use non-counting semantics.
      Fixed non-counting semantics in RDF::Query::Plan::Path->_run_oneormore.
      Added support for suggested DATA graph pattern (in-place BINDINGS).
      Added missing import of looks_like_number function.
      Merge branch 'trine-get_pattern-fix'
      Changed in-place data keyword to VALUES (from DATA).
      Added optional content_cb callback argument to RDF::Trine::Parser->parse_url_into_model.
      Added ability to run tests of type mf:CSVResultFormatTest.
      Removed Log4perl default initialization in t/parser-trig.t.
      Updated docs for 0.139_01 beta release.
      Updated VERSION for 0.139_01 beta release.
      Updated Test::RDF::Trine::Store to test get_pattern functionality via a model object (there is no longer a default get_pattern implementation for stores).
      Removed tests for {m,n} property path forms.
      Merge branch 'w3c-sparql11-tracking'
      Updated docs for 2.908_01 beta release.
      Updated VERSION for 2.908_01 beta release.
      Added RDF::Query::Algebra::Table to MANIFEST.
      Updated VERSION and docs for 0.140 release.
      Merge branch 'rdf-trine-0.140'
      Merge branch 'rdf-trine-0.140' into release-rdf-trine
      Added POD description to RDF::Trine::Graph.
      Added RDF::Trine::Model->add_iterator method.
      Removed redundant POD in RDF::Trine::Parser.
      Added POD description to RDF::Trine::Store.
      Added POD description and synopsis to RDF::Trine::VariableBindings.
      Rolled back attempted optimization of bulk ops calls (which broke the code).
      Made Literal and Resource node constructors throw exception when passed undef lexical value.
      Updated bug reporting details in BUGS POD section.
      Fixed RDF::Query->execute to properly localize the model object.
      Fixed RDF::Query->prepare to properly localize the model object.
      Fix POD in RDF::Query::Algebra::Table.
      Allow colon in prefixname local part, and allow short form of VALUES pattern.
      Fixed typo in RDF::Trine::Parser::Redland POD.
      Removed RDF::Trine methods count, add_extra_result_data, extra_result_data.
      Removed RDF::Query::ExecutionContext->base method.
      Removed old bloom-filter federation code.
      Updated documentation in iterator classes.
      Improved conformance with SPARQL 1.1 Protocol spec.
      Merge pull request #61 from kjetilk/graph-concat-proposal
      Added use of Plack::Builder and Plack::Middleware::AccessLog in default configuration.
      Removed custom logging code (should be done with Plack middleware).
      Merge branch 'master' of github.com:kasei/perlrdf
      Fixed bug in update handling, and improved HTTP error status code messages.
      Updated VERSION for 0.04_01 beta release.
      Fixed RDF::Query::Algebra::Project to throw exception on bad constructor arguments.
      Updated SPARQL 1.1 parser support for BIND() to align with current draft spec.
      Added Allow header to HTTP 405 responses.
      Require a recent version of Plack::Request with support for logging.
      Updated VERSION for 0.04_02 beta release.
      Updated docs and VERSION for 0.05 release.
      Merge branch 'rdf-endpoint-0.05'
      Improved expected/actual results output when encountering failing tests.
      Updated STRBEFORE() and STRAFTER() implementations to track SPARQL 1.1 standard.
      Tweaked debugging output.
      Typo fix (from Evan Carew).
      Improved exception text when BIND is used on an in-scope variable.
      Added POD marking modules as unstable: RDF::Query::BGPOptimizer, RDF::Query::Compiler::SQL, RDF::Query::Federate, RDF::Query::Federate::Plan
      Added POD marking modules as unstable: RDF::Trine::Iterator::SAXHandler, RDF::Trine::Iterator::JSONHandler, RDF::Trine::Model::Dataset
      Fixed bug in SPARQL 1.1 parser to recognize legal Update operations.
      Merge pull request #62 from kjetilk/master
      Added bugtracker info to Makefile.PL.
      Fixed parsing of backslash escapes in Turtle quoted literals (from Toby Inkster via github pull request #63).
      Updated docs and VERSION for 0.999_01 beta release.
      Merge pull request #64 from kjetilk/master
      Merge pull request #65 from kjetilk/master
      Fixed etag bug in RDF::Trine::Store::Memory.
      Merge branch 'master' into rdf-trine-1.000
      Updated docs with changelog delta.
      Merge pull request #67 from kjetilk/etag-test-proposal
      Merge branch 'master' into rdf-trine-1.000
      Fixed typo in etag store test.
      Updated VERSION for 0.999_02 beta release.
      Updated VERSION and docs for 1.000 release.
      Merge branch 'rdf-trine-1.000'
      Added bugtracker info to Makefile.PL.
      Improved SPARQL 1.1 parser detection of invalid use of BOUND() (when binding already in-scope variables).
      Updated RDF::Endpoint to return a 400 error when datasets are specified both in protocol and query.
      Merge branch 'rdf-trine-1.000' into release-rdf-trine
      Added POD to RDF::Trine and RDF::Trine::Store::DBI (based on patch from Evan Carew).
      Applied partial patch to "fix interaction with HTML::Data::Parser" (from Dorian Taylor; commit 9b713b23b6).
      Fixed handling of aggregates over empty groups.
      Added values to list of test directories in xt/dawg-eval11.t.
      Updated SPARQL 1.1 grammar to disallow colons in prefix part of a prefix name.
      Fixed SPARQL 1.1 parser to disallow VALUES clauses with more than one un-parenthesized variables.
      Removed values from test directory list in xt/dawg-eval11.t.
      Fixed RDF::Query::Plan to produce distinct results for '?' property paths.
      Fixed bug in RDQL parser that mistakenly required a USING clause (github issue 70).
      Fixed bug in RDQL parser that mistakenly required a USING clause (github issue 70).
      Updated tests to use new VALUES syntax instead of old BINDINGS syntax.
      Updated RDF::Trine::Parser::Redland to construct a new parser object on each parse (avoiding a bug in redland).
      Fixed bad/partial commit e22a18c.
      Merge pull request #72 from kjetilk/master
      Merge branch 'master' of github.com:kasei/perlrdf
      Require RDF::Endpoint 0.05 in xt/dawg-eval11.t.
      Merge remote-tracking branch 'ruben/performance'
      Updated code style to work with Perl::Critic core policies.
      Updated handling of BIND() in the SPARQL 1.1 parser to match the latest spec semantics.
      Manually merged changes from ab627ef to the non-Moose branch.
      Added RDF::Trine::Node::Literal->canonicalize method.
      Added new streaming turtle parser.
      The load_data and update configuration flags cannot both be true at the same time.
      Fixed bug in RDF::Trine::Node::Literal->canonicalize that was dropping language tags.
      Fix typos in handling of rdf lists in RDF::Trine::Parser::StreamTurtle.
      Made performance improvements to StreamTurtle.pm (based on a patch from tobyink).
      Fixed bug in RDF::Trine::Parser::Turtle::Constants::decrypt_constant.
      Replaced old turtle parser with new streaming implementation (from the temporary StreamTurtle.pm).
      Added Moose and MooseX::ArrayRef to prerequisites list.
      Fixed TriG parser by refactoring streaming turtle parser to allow subclassing.
      Removed StreamTurtle.pm (code moved to Turtle.pm).
      Updated TriG parser to work with new streaming turtle base class.
      Ignore whitespace and comments during Turtle tokenizing.
      Merge branch 'turtle-parser'
      Updated docs and VERSION for 1.000_01 beta release.
      Updated MANIFEST.
      Added POD for RDF::Trine::Node::Literal->canonicalize.
      Added POD to Turtle parser classes.
      Silenced warning of cartesian joins in RDF::Trine::Store::Hexastore.
      Updated xt/pod-coverage to ignore constant functions (with all-caps names).
      Updated required version of perl to 5.14.
      Silenced undefined warnings in RDF::Trine::Parser::Turtle::Lexer.
      Fixed bareword bug in RDF::Trine::Parser when UUID::Tiny is not available.
      Dropped required version of perl to 5.10.
      Improved error reporting of turtle parsing errors with the RDF::Trine::Error::ParserError::Explainable exception class.
      Cleaned up debugging output in xt/dawg-eval11.t.
      Updated handling of escapes in URIs and literals in Turtle parser.
      Added Term::ANSIColor as a recommended module.
      Merge branch 'master' into rdf-trine-1.001
      Updated docs and VERSION for 1.000_02 beta release.
      Fixed POD errors.
      Fixed handling of tabs in RDF::Trine::Error::Explainable error reporting code.
      Dropped required version of perl to 5.10.
      Merge branch 'master' into rdf-trine-1.001
      Added diagnostic output to t/parser-rdfa.t.
      Re-added RDF::Trine::Parser::Turtle->parse_node method.
      Added prohibition of re-used bnode labels in Update operation sequences.
      Fixed xt/dawg-eval11.t to emit TAP failures when query parsing fails.
      Updated VERSION for 1.000_03 beta release..
      Added handling of base URI argument to RDF::Trine::Parser::Turtle->parse_node.
      Updated TODO.
      Re-added RDF::Trine::Parser::Turtle->parse_node method.
      Updated VERSION and docs for 1.001 release.
      Merge branch 'rdf-trine-1.001' into release-rdf-trine
      Merge branch 'rdf-trine-1.001'
      Merge remote-tracking branch 'doriantaylor/master' into dorian-namespacemap-patch
      Fixed variable name typo.
      Fixed SPARQL 1.1 parsing to enforce not using shared bnode labels between update data operations.
      Added 'canonicalize' option to RDF::Query constructor.
      Updated DAWG test harnesses to support expected query bindings results in RDF/XML format.
      Improved handling of error conditions in RDF::Trine::Parser->parse_url_into_model.
      Fixed bug in RDF::Trine::Parser::RDFXML that caused fatal errors on malformed input instead of throwing RDF::Trine::Error exceptions.
      Fixed test of error conditions in RDF::Trine::Parser->parse_url_into_model.
      Require Scalar::Util version 1.23.
      Require Scalar::Util version 1.23.
      Updated VERSION and docs for 1.002 release.
      Merge branch 'hotfix-rdf-trine-1.002'
      Added .travis.yml.
      Added SPARQL 1.1 WG protocol tests.
      Updated .travis.yml.
      Updated .travis.yml.
      Updated .travis.yml.
      Updated .travis.yml.
      Fixed typo in .travis.yml.
      Merge branch 'master' into rdf-query-2.909
      Updated docs for 2.909 release.
      Removed xt/ext-service.t from manifest.
      Guard against calling a method on an undef pattern value in RDF::Query::Plan::Filter->close.
      Updated VERSION and docs for 2.909 release.
      Updated VERSION and docs for 2.909 release.
      Merge branch 'rdf-query-2.909' into release-rdf-query

Kjetil Kjernsmo (26):
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Add another check for missing RDF::Redland
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Apply patch from https://rt.cpan.org/Ticket/Display.html?id=71890
      Merge branch 'master' of git://github.com/kasei/perlrdf into johnw-pg-patch
      Add pg tests
      Make some environment variables optional
      What to do if connection fails
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Merge branch 'master' of github.com:kjetilk/perlrdf
      Will this be an appropriate optimization, in the case that there is a
      Adding some get_pattern tests to the Store tests
      So, how about this?
      Two tests for concat graph iterators, one failing
      Materialize iterators first, before checking length
      Failing Redland test for UTF8
      Document the RDFTRINE_NO_REDLAND environment variable in the POD
      Add etag tests to store tests
      Document the extends
      OMG, teh whitespace! "extends"-stuff
      sleep after the etag too for non-granular stores
      Provide better diagnostics when using add_statement the wrong way

Ruben Verborgh (2):
      Speed up regular expression eating by not using a group.
      Speed up resource test by not capturing prefix name.

kb (2):
      Initialize Log4perl only if it isn't initialized already
      another log4perl initialization patch, this time in RDF::Query

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

-- 
librdf-trine-perl Debian packaging



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