[SCM] librdf-trine-perl Debian packaging annotated tag, rdf-trine-0.137, created. rdf-trine-0.137
Gregory Todd Williams
greg at evilfunhouse.com
Fri Jun 7 14:21:22 UTC 2013
The annotated tag, rdf-trine-0.137 has been created
at 6640ac102a8006b7c4b0686e1b054f7e7511f790 (tag)
tagging 7c96ee5a4fd553863bbf18fc945bfb2f9d800eac (commit)
replaces rdf-trine-0.136
tagged by Gregory Todd Williams
on Tue Dec 20 13:49:52 2011 -0500
- Shortlog ------------------------------------------------------------
RDF::Trine 0.137.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEABECAAYFAk7w2NMACgkQhPK6VMqoyC2frACgsDFzf3WepzgptOEbM5jr8q0w
P0UAoJ7C8mvWXShzAwE3frvtMLBeTUpb
=Hmi9
-----END PGP SIGNATURE-----
Gregory Todd Williams (47):
Trying to instantiate a resource node with the Nil IRI results in the Nil node object.
Added parse_node method to RDF::Trine::Parser::NTriples.
Added serialize_node method to RDF::Trine::Serializer::NTriples and RDF::Trine::Serializer::Turtle.
Added initial code for a Redis-based store.
Added node-value indexes for subject, predicate, object, and graph postions.
Added use of Cache::LRU in RDF::Trine::Store::Redis.
Merge branch 'feature-redis'
Added missing POD.
Silenced debugging statements.
Added resultFormats for SPARQL XML and JSON Results.
Let RDF_ENDPOINT_FILE env variable override the Config::JFDI default.
Merge branch 'rdf-trine-0.136'
Renamed sd:defaultDatasetDescription to sd:defaultDataset.
Added examples/query_url.pl.
Merge pull request #31 from kjetilk/uuid-check-proposal
Added PostgreSQL-specific init method to handle case sensitivity of table names (RT71890 from John Nicholas Whitley).
Merge branch 'master' of github.com:kasei/perlrdf
Only set parser metadata if RDF::RDFa::Parser is available (github issue 32 from nichtich).
Merge branch 'bugfix-rdfa-parser'
Added missing POD to RDF::Trine::Store::Redis.
Added missing POD to RDF::Trine::Store::DBI::Pg.
Fixed RDF::Trine::Statement->from_redland to properly unescape percent-encoded URIs.
Fixed RDF::Trine::Parser::Turtle to properly unescape percent-encoded URIs.
Fixed unicode escaping issues in RDF::Trine::Serializer::Turtle (bugreport from nichtich <4EB7B9BE.8000205 at gbv.de>).
Fixed t/store-redis.t to be optional (if Redis is unavailable or no server is specified).
Fixed t/store-redis.t to be optional (if Redis is unavailable or no server is specified).
Fixed SPARQL 1.1 parser to support "GRAPH<iri>" without whitespace.
Fixed SPARQL serialization of expressions using && and ||.
Merge branch 'bugfix-turtle-unicode'
Merge pull request #35 from kjetilk/master
Updated tests and test harnesses.
Updated description of RDF::Query.
Added missing POD to RDF::Query::Expression->nonaggregated_referenced_variables.
Merge remote-tracking branch 'kjetilk/hexastore-nuke-proposal' into feature-hexastore-nuke
Fix whitespace formatting.
Merge branch 'feature-hexastore-nuke'
Merge pull request #38 from kjetilk/remove-statements-proposal
Allow aggregates in ORDER BY clause.
Allow percent encoding and backslash escaping in prefix names.
Merge pull request #39 from kjetilk/triple-store-tests
Updated MANIFEST.
Updated RDF::Trine::Graph to use Algorithm::Combinatorics for memory/speed improvements (instead of Math::Combinatorics).
RDF::Trine::Parser now attempts to use Data::UUID before UUID::Tiny in bnode ID generation (based on test failures).
Updated docs for 0.136_01 beta release.
Updated VERSION for 0.136_01 beta release.
Updated docs and VERSION for 0.137 release.
Merge branch 'rdf-trine-0.137' into release-rdf-trine
Jakob Voss (1):
detect prefixed-IRI bug in RDF/Turtle
Kjetil Kjernsmo (32):
Check the Perl version when running Tiny::UUID
Add comment about UUID::Tiny 1.03
Merge branch 'uuid-check-proposal'
Merge branch 'master' of git://github.com/kasei/perlrdf
Merge branch 'master' of git://github.com/kasei/perlrdf
Move pod-tests to author
Basic setup for triple store tests
Triple test function added
blank node quads function
Start working on blank node triples tests
Implement nuke method for Hexastore
counting tests
Do not call remove_statement_tests for triples
Some cleanup; exports and documentation
Just call new for nuke
Tests for nuke
Just call nuke from new
Merge branch 'master' of git://github.com/kasei/perlrdf into triple-store-tests
Create a fallback-implementation of remove_statements in Store.pm
Merge branch 'master' of git://github.com/kasei/perlrdf into triple-store-tests
Remove special case for Hexastores now that we have remove_statements
Comment all_triple_store_tests in description
Put unsupported features on args, and document it
Make the quad skipping an argument within the args hashref rather than standalone
Make it configurable to skip tests for duplicates
Fix args in documentation
remove leftover die's
revert infix in documentation
Tabify T:R:T:Store
re-indent tests
Make dupe tests TODO rather than SKIP
Name option suppress_dupe_tests rather than dupes_unsupported
-----------------------------------------------------------------------
--
librdf-trine-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list