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

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


The annotated tag, rdf-trine-0.139 has been created
        at  09f2e4f2ac1e6329030cc339fe0eaf2092104584 (tag)
   tagging  0d73ccf61266d9eb10e8bb78241aeee4dc192903 (commit)
  replaces  rdf-trine-0.138
 tagged by  Gregory Todd Williams
        on  Wed Apr 11 12:44:44 2012 -0400

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

iEYEABECAAYFAk+FtQEACgkQhPK6VMqoyC22MwCfZ0ZmvCcMJe2/l5BuFJGT6Rsd
tT4Aniztu+pNbXN0xjrgZL1pkP5hBXFj
=TjkN
-----END PGP SIGNATURE-----

Gregory Todd Williams (65):
      Updated docs and MANIFEST for 2.907_01 beta release.
      Improved test names in t/dataset-from-file.t.
      Merge branch 'master' into rdf-query-2.908
      Fixed bug in SPARQL 1.1 parser that mistakenly introduced aggregate operations in non-aggregate queries.
      Merge branch 'rdf-trine-0.138'
      Added endpoint startup log message.
      Updated required version of RDF::Trine to 0.138.
      Fixed RDF::Query::Algebra::Filter->as_sparql to handle variation of serialization of the child pattern.
      Fixed sse serialization in RDF::Query::Algebra::Service to handle binary op (variable endpoint) form.
      Updated DATATYPE() to return rdf:langString on language-tagged literals (per RDF 1.1 change).
      Force the planner to avoid using a bind-join when the RHS contains a Service subplan (to avoid a DOS attack on the remote endpoint).
      Added add, copy, move test directories to dawg test harness.
      Merge branch 'master' into rdf-query-2.908
      Added algebra, plan, and parser support for COPY and MOVE operations.
      Merge pull request #44 from kjetilk/johnw-pg-patch
      Updated docs for 2.907_01 beta release.
      Updated VERSION for 2.907_01 beta release.
      Updated MANIFEST.
      Fixed fallback parsing bug in RDF::Trine::Parser->parse_url_into_model.
      Added exists test directory to xt/dawg-eval11.t.
      Updated VERSION and docs for 2.908 release.
      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.
      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.
      Merge branch 'rdf-trine-0.139' into release-rdf-trine

Kjetil Kjernsmo (17):
      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?

kb (1):
      Initialize Log4perl only if it isn't initialized already

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

-- 
librdf-trine-perl Debian packaging



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