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

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


The annotated tag, rdf-trine-0.114 has been created
        at  a173c624bab4668bfca137f6317a66819cd15898 (tag)
   tagging  907b41b511486a2954cfe28ab72bad649347b812 (commit)
  replaces  rdf-trine-0.113
 tagged by  Gregory Todd Williams
        on  Wed Jan 27 14:18:39 2010 -0500

- Shortlog ------------------------------------------------------------
RDF::Trine 0.114.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEABECAAYFAktgkZUACgkQhPK6VMqoyC124wCeJwoog2xixfAizv2xC4y5Yu37
KTcAni739CPgvwdz8BueK8BcceCNrnzz
=VvmM
-----END PGP SIGNATURE-----

Gregory Todd Williams (89):
      - Added new tests to improve coverage.
      Merge branch 'rdf-trine-0.113'
      - Updated unicode encoding and escaping in ::Node, ::Node::Literal, and ::Store::DBI.
      - Updated turtle serializer to use abbreviated syntax for rdf:type and xsd numeric literals.
      - Updated perlrdf/TODO.
      - Updated MANIFEST with new tests and Turtle serializer files.
      - Added RDF::Trine::Namespace::uri_value method.
      - Added '[ ... ]' syntax for Turtle bnode serialization.
      - Updated VERSION in RDF::Trine::Serializer::Turtle.
      - Added multi-level blank object test in t/serializer-turtle.t.
      - Added support for rdf:Lists to RDF::Trine::Serializer::Turtle.
      - Added POD descriptions and see also links to Serializer classes.
      - Rolled back some buggy rdf:List turtle serialization code.
      - Updated Parser parse_* methods to take extra %args with optional 'context' value.
      - Fixed bug in RDF::Trine::Graph::equals.
      - Updated perlrdf/TODO.
      - Renamed RDF::Trine::Store::Hexastore test files.
      - Moved RDF::Trine::Store::Hexastore from alpha/ directory into RDF::Trine package.
      Merge commit '4e1c80e03fd7ea'
      - Added RDF::Trine::Model::temporary_model method.
      - Added default loading of RDF::Trine::Store::Hexastore.
      - Added tests for temporary models.
      - Updated parse_into_model parser methods to be both class and object methods.
      - Updated POD in RDF::Trine::Store::Hexastore.
      - Updated copyright notices for 2010.
      - Added hexastore files to MANIFEST.
      - Updated as_sparql and sse code to work with more recent RDF::Trine versions.
      - Updated ::Node::Resource::sse method to use keys() instead of each() on namespace hash.
      - Updated prereq version of RDF::Trine to 0.113.
      - Added data/rdfa-test.xhtml tests data.
      - Updated ::Iterator::Bindings::as_statements to better support quads.
      - Updated ::Model::as_stream to request quads from the underlying store.
      - Added application/octet-stream as a media type for RDF/XML parsing (to play nicely with LWP::MediaTypes and file: URIs).
      - Cleaned up code in ::Statement::Quad::sse.
      - Removed TODO from MANIFEST.
      Merge branch 'temporary_model' into ng
      - Added simple in-memory triple-store as RDF::Trine::Store::Memory.
      - Updated ::Model::temporary_model to start with a ::Store::Memory store.
      - Added nil-valued node singleton to ::Node.
      - Updated ::Store::DBI to inherit from ::Store.
      - Added notes to TODO regarding the NG branch (for big API changes to RDF::Trine).
      - Added notes on ng branch to perlrdf/TODO.
      - Added POD for get_contexts method to Store classes.
      - Worked on implementation of RDF::Trine::Store::Memory.
      - Silenced debugging in RDF::Trine::Store::Memory.
      - Added orderby tests to t/store.t (currently failing).
      - Updated ::Store::Memory to take optional %args in get_statements and and count_statements.
      - Added code to ::Store::DBI to start aligning with new store semantics.
      - Added ::Store::size method.
      - Moved nil node code into a new ::Node::Nil class.
      - Updated linked data handler to defer to on-disk files that match a request URI.
      - Fixed comparison bug in RDF::Trine::Node::Literal::_compare.
      - Fixed ::Store::get_pattern to accept ::Statement objects.
      - Updated ::Store::DBI to throw a MethodInvocationError when a bad 'orderby' argument is supplied.
      - Added ::Store::Memory to t/model.t tests.
      - Updated ::Node::Nil to import the refaddr function.
      - Updated ::Store::DBI to work with new quad semantics and the Nil node.
      - Updated t/store-context.t to work with new quad semantics and added testing of ::Store::Memory.
      - Updated t/model-filter.t to work with new quad semantics.
      - Removed debugging in ::Store::DBI.
      - Renamed RDF::Query test files to remove old-style numbering.
      - Updated Makefile.PL and META.yml to require RDF::Trine 0.114.
      - Updated RDF::Trine::Statement::Quad::sse implementation.
      - Added new files to MANIFEST.
      - Updated VERSION for 0.200_01 beta release (ng branch with new quad semantics).
      - Updated SIGNATURE for 0.200_01 beta release.
      - Added exportable RDF::Trine::Node::ntriples_escape function.
      - Fixed use of Apache2 API calls in RDF::LinkedData.
      - Added prototype to RDF::Trine::Node::ntriples_escape.
      - Renamed RDF::LinkedData to RDF::LinkedData::Apache.
      - Renamed RDF-LinkedData director to RDF-LinkedData-Apache.
      - Updated RDF::LinkedData::Apache code to be more friendly to testing.
      Merge branch 'master' into ng
      - Updated error handling in RDF::LinkedData::Apache to throw exceptions.
      - Updated VERSION and SIGNATURE for 0.114_01 beta release.
      - Added POD to RDF::Trine::Node::ntriples_escape.
      - Added new_with_string method to RDF::Trine::Store for constructing objects with a simple config string.
      - Added RDF::Trine::Store::SPARQL as a store proxy for SPARQL-accessible data.
      - Updated RDF::LinkedData::Apache to use a LinkedData_Store dir_config instead of DBI-specific configs.
      - Added statement() and store() shortcut functions to RDF::Trine.
      - Simplified sorting code in RDF::Trine::Store::get_pattern.
      - Updated perlrdf/TODO notes on 'ng' branch.
      - Added RDF::Trine::Store::SPARQL to MANIFEST.
      - Updated SIGNATURE for 0.114_01 beta release.
      - Fixed POD in RDF::Trine::Pattern.
      - Updated VERSION and SIGNATURE for 0.114_02 beta release.
      - Added Set::Scalar to list of prereq modules.
      - Added List::MoreUtils to list of prereq modules.
      - Updated VERSION, SIGNATURE and docs for 0.114 release.

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

-- 
librdf-trine-perl Debian packaging



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