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

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


The annotated tag, rdf-trine-0.135 has been created
        at  912c5df2fa9e1ae21af9d8d0b8264cc2467eeb83 (tag)
   tagging  1caa14ea4db07cee6db0bb01037ea4b95a9013f7 (commit)
  replaces  rdf-trine-0.134
 tagged by  Gregory Todd Williams
        on  Sat Apr 30 19:35:06 2011 -0400

- Shortlog ------------------------------------------------------------
RDF::Trine0.135.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEABECAAYFAk28nK4ACgkQhPK6VMqoyC0WEACfVbvi1rDhbXoZ+SvnQAurDvkm
NfcAoIzJMfzWhkTFgQ9hkV7grCaUNpI0
=4OVP
-----END PGP SIGNATURE-----

Gregory Todd Williams (91):
      Fixed test count in t/sparql11-propery_paths.t.
      Fixed SPARQL 1.1 parsing bug in property paths using alternatives ('|').
      Fixed bug in handling of unbound variables in delete templates in RDF::Query::Plan::Update.
      Added POD to explain methods.
      Updated required version of XML::SAX to 0.96.
      Updated SYNOPSIS docs in RDF::Trine::Iterator::JSONHandler.
      Changed name of redland rdfa parser to 'librdfa' and removed associated media type and file extensions (due to librdfa bugs).
      Added supports method to RDF::Trine::Model and RDF::Trine::Store classes.
      Renamed RDF::Trine::Store::SPARQL->_get_iterator to get_sparql.
      RDF::Trine::Store->new_with_string now attempts to load store classes before using them.
      Added supports method to RDF::Trine::Model::Dataset.
      Added POD for RDF::Trine::Store::SPARQL->get_sparql.
      Added RDF::Trine::Model->get_sparql delegation method.
      Removed redundant feature strings from RDF::Trine::Store::SPARQL.
      Updated bin/deparse.pl to allow specifying an endpoint url for SPARQL-backed models (which can affect the query plan).
      Updated RDF::Query::Plan::Iterator->new to allow passing in a callback that will return an iterator, instead of an iterator directly.
      Updated RDF::Query->query_plan to delegate entire queries to the RDF::Trine::Model when possible.
      Merge branch 'master' of https://github.com/kjetilk/perlrdf into kjetilk-master
      Added RDF::Trine::Iterator->seen_count method.
      Updated tests to use new RDF::Trine::Iterator->seen_count method instead of deprecated count method.
      Added option to RDF::Query::Util::cli_parse_args to specify arbitrary options to be supplied to the RDF::Query->new constructor.
      Fixed SPARQL serialization in RDF::Query::Plan generation of SERVICE blocks to always include braces around the query body.
      Added options to RDF::Query->new to allow forcing RDF::Query to disable query delegation to the underlying store.
      Added RDF::Trine::Model->remove_list method (patch from tobyink).
      Changed query version to 1.0 in testing for ability to delegate full queries to the underlying store.
      Added Test::WWW::Mechanize::PSGI tests.
      Changes to align with SPARQL Protocol 1.1 and flesh out implementation.
      Updated MANIFEST and Makefile.PL with metadata about the psgi test harness.
      Fix to prevent warnings in RDF::Trine::Model->remove_list (patch from tobyink).
      Made use of the sd namespace explicit (not relying on its definition upstream in RDF::Trine::Namespace).
      Added t/remove-list.t (patch from tobyink) and updated list of tests in MANIFEST.
      Merge branch 'rdf-trine-0.134'
      Updated perlrdf/TODO.
      Merge branch 'master' of https://github.com/kjetilk/perlrdf into kjetilk-master
      Added bindings accessor and is_unit method to RDF::Query::Plan::Constant.
      Added explain method to more classes:
      Removed unused projection code in RDF::Query->execute_plan.
      Added RDF::Trine::Store::DBI->nuke method for removing store data.
      Added support for 'storeclass' key in RDF::Trine::Store->new_with_config.
      Style changes to RDF::Trine::Iterator::Bindings->print_xml.
      Tweaked conneg quality values in RDF::Endpoint.
      Added options instance variable to RDF::Query::ExecutionContext.
      Removed warning of unknown options passed to RDF::Query->new.
      Updated SPARQL 1.1 parser to accept update queries with zero operations (acting as an update no-op).
      Added ability to forcibly remove a particular join algorithm from consideration in plan generation.
      Fixed bug in ZeroOrMore reverse path handling (patterns matching { var path* term }).
      Added RDF::Query::Plan::Sort->explain method implementation.
      Merge branch 'master' of https://github.com/kjetilk/perlrdf into kjetilk-master
      Updated prereq versions of RDF::Trine and RDF::Query.
      Updated MANIFEST.SKIP.
      Updated psgi tests to include a sample endpoint URL.
      Updated beta version number to 0.01_04.
      Commented out noisy debugging output in RDF::Query::Plan::Path.
      Merge branch 'master' of https://github.com/kjetilk/perlrdf into kjetilk-master
      Merge branch 'master' of https://github.com/kjetilk/perlrdf into kjetilk-master
      Whitespace formatting.
      Fixed bug in parsing solution modifiers in CONSTRUCT and DESCRIBE queries.
      Added Module::Pluggable to list of required modules in Makefile.PL.
      Updated rqsh to associate common filename extensions with media types (helps in loading local files).
      Added explain method to RDF::Query::Algebra::NamedGraph and RDF::Query::Algebra::Quad.
      Small tweaks to RDF::Query::Plan->explain method.
      Updated serialization text for zero-length paths in RDF::Query::Plan::Path->plan_node_data.
      Update default indentation settings in RDF::Query::Plan::Project->explain.
      Updated xt/dawg-eval11.t to give better warnings when tests fail.
      Updated VERSION and docs for 0.02 release.
      Merge branch 'rdf-endpoint-0.02'
      Updated bin/srx2csv to handle unbound variables in results.
      Updated RDF::Trine::Parser->parse_url_into_model to not catch and hide exceptions thrown from calls to parse_into_model.
      Fixed solution modifiers parsing bug in SPARQL 1.0 and added test cases.
      Fixed bug in RDF::Trine::Store::DBI::mysql that was causing init() to remove existing data.
      Added SQL file for creating the mysql backend database.
      Silenced an uninitialized warning in RDF::Trine::Parser::Turtle.
      Updated RDF::Trine::Parser::Redland to allow the $base argument to be a URI object.
      Updated RDF::Trine::Parser->parse_url_into_model to be better at guessing media types for file: URIs.
      Added 'execute' command in rqsh to allow loading a query from a file or URL.
      Fixed bug in RDF::Query::Node::Literal::_cmp that was causing wrong node comparison results.
      Added trace debugging in RDF::Query::Plan::Sort.
      Added mappings from file extensions to media types in dawg test scripts.
      Removed Digest::SHA1 from list of prereq modules.
      Updated docs and VERSION for 0.134_01 beta release.
      Updated MANIFEST.
      Removed Digest::SHA1 from prereq modules, and updated code to use Digest::SHA instead.
      Removed Digest::SHA1 from prereq modules, and updated code to use Digest::SHA instead.
      Updated service description RDF to use sd:endpoint instead of sd:url (tracking updates in the SD spec).
      Fixed bug in SPARQL 1.1 parsing of prefixnames where a graph term is expected.
      Added binding tests to xt/dawg-eval11.t.
      Skip redland tests when redland isn't available (GH-20 patch from KjetilK).
      Merge branch 'master' into rdf-trine-0.135
      Updated VERSION for 0.134_02 beta release.
      Updated docs and VERSION for 0.135 release.
      Merge branch 'rdf-trine-0.135' into release-rdf-trine

Kjetil Kjernsmo (39):
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Turn on printing of log statements if prove -v is used
      Use Test::More's note function instead of print
      Refactoring into package
      Refactor so that all but two tests pass (will be moved), everything in store.t
      Clean out some unneeded use statements
      Forgot to add the new test lib
      Refactor test functions to pass data
      Move each store test to a file of its own
      Fix wrong class in Redland
      Test the store class in all
      Add blank node tests
      Simple literal tests for stores
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Merge branch 'master' of git://github.com/kasei/perlrdf
      Add a function to get the number of store tests
      Fixing tests to maintain number of store tests in the store test file
      Fix the redland tests by moving the loading
      Use Module::Load::Conditional
      Do redland TODO tests
      base -> base_uri in Trine code
      Turtle and RDFXML serializer tests with base_uri
      Fix most base -> base_uri in Query
      Don't use base_uri for parsed content
      Move the App::Store testing code to Test::RDF::Trine::Store
      Use the new Test::RDF::Trine::Store module
      Add some documentation to the store tests
      Remove the meaningless All rights reserved statement
      Remove order_by
      Set a bit to mark TODO tests
      Correct documentation bug
      Replace new_with_string with new and change docs
      Hexastore needs to load the RDF::Trine iri function
      Add merging of namespace hashes
      Document the aliases to be used

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

-- 
librdf-trine-perl Debian packaging



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