[SCM] librdf-trine-perl Debian packaging annotated tag, rdf-trine-0.133, created. rdf-trine-0.133
Gregory Todd Williams
greg at evilfunhouse.com
Fri Jun 7 14:21:20 UTC 2013
The annotated tag, rdf-trine-0.133 has been created
at 07abca0997fe878922dd317fb3da324baa2599f0 (tag)
tagging 7955e0ec8d1f2e15094e71707b54b84f9f159aa4 (commit)
replaces rdf-trine-0.132
tagged by Gregory Todd Williams
on Mon Feb 7 21:55:54 2011 -0500
- Shortlog ------------------------------------------------------------
RDF::Trine 0.133.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
iEYEABECAAYFAk1QsL8ACgkQhPK6VMqoyC332wCeKPXFtCO7E+T1Ncw7HZfTwmyL
SiAAn11wpAvxVBaJcX6blvGMTRjtk8Vf
=G8t0
-----END PGP SIGNATURE-----
Gregory Todd Williams (83):
Updated SPARQL 1.1 'CLEAR' tests and more error handling to xt/dawg-eval11.t.
Added caching of service description to RDF::Endpoint object.
Added bin/graph.pl.
Updated SPARQL built-in functions (renamed SUBSTRING to SUBSTR, ENCODE to ENCODE_FOR_URI, and updated string function return types).
Updated RDF::Query::Algebra::Project->as_sparql to handle aggregate aliases.
Added drop tests to xt/dawg-eval11.t.
Updated as_sparql serialization methods to support aggregate operations.
Merge branch 'rdf-trine-0.132'
Added basic-update to list of test directories, and allow use of xt:data in addition to xt:graph predicate in xt/dawg-eval11.t.
Fixed plan code for zero-length paths to return RDF::Query::Node-based results (not Trine-based).
Removed unused code and spurious warnings in RDF::Query::Plan.
Fixed as_sparql serialization of update algebra operators.
Renamed SPARQL 1.1 functions STARTS/ENDS to STRSTARTS/STRENDS.
Updated t/parser-rdfjson.t to test bnode equality using identifier strings, not with op<==>.
Updated RDF::Trine::Store::Hexastore to use equal() method instead of op<==> for testing node equality.
Fixed bug in Turtle parser that wouldn't allow a Unicode BOM in the input.
Added string overloading to RDF::Trine::Node subclasses.
Added RDF::Trine::NamespaceMap class.
Added support to populate namespace map objects during RDF parsing.
Fixed bug in turtle serialization of blank nodes used in graph cycles (reported by tobyink).
Updated README files to list recetly added parser and serializer formats.
Merge branch 'master' of https://github.com/nichtich/perlrdf into nichtich-master
Style changes and small fixes to github merge from nichtich (Jakob Voss).
Merge branch 'nichtich-master'
Added support for update operations with USING clause with 1 default graph.
Initial code to do bulk-updates in RDF::Trine::Store::SPARQL.
Added TZ() function implementation.
Updated RDF::Query::Plan to handle update operations with different datasets for matching (USING clause).
Updated SPARQL 1.1 parser to properly set relevant datasets for update operations.
Merge branch 'master' of https://github.com/nichtich/perlrdf into nichtich-master
Changes to nichtich's patches to RDF::Trine::NamespaceMap leading to a merge.
Updated ENCODE_FOR_URI() to work with utf8 data, and TIMEZONE() to return xsd:dayTimeDuration results.
Updated RDF::Query::Parser::SPARQL11 to handle whitespace between tokens in 'INSERT DATA' and 'DELETE DATA'.
Documentation changes to nichtich's patch.
Merge branch 'nichtich-master'
Added RDF::Query::Node::Literal->is_simple_literal method.
Updated SPARQL 1.1 parser to track changing BIND() semantics.
Updated SPARQL 1.1 string functions to track standard.
Merge branch 'nichtich-master'
Added RDF::Trine::NamespaceMap to MANIFEST.
Increased required version of Module::Load::Conditional to 0.40.
Added 'extend' option to RDF::Trine::Serializer->negotiate allowing custom app-level media types.
Added initial code to create SPIN serializations of queries.
Fixed bin/deparse.pl to allow serializing a query only in SPIN.
Updated SPIN serialization code to use new RDF::Trine::Model->add_list method.
Added SPARQL 1.1 tests to t/functions.t and t/serialize.t.
Added new RDF::Trine::Model->add_list method.
Updated handling of BIND() to not close group scope (which was applying filters in the wrong place).
Updated query serialization whitespace handling in RDF::Query->as_sparql.
Added 'syntax-query' test directory to xt/dawg-syntax11.t.
Added 'construct', 'drop', and 'json-res' test directories to xt/dawg-eval11.t.
Fixed RDF::Query::Algebra::Construct->sse serialization to include construct triples.
Fixed RDF::Query::Algebra::Project->as_sparql handling of binary select expressions.
Added SILENT flag in RDF::Query::Algebra::Service.
Updated and fixed bugs in SPARQL 1.1 parser.
Added support for parsing SPARQL JSON Results format in RDF::Trine::Iterator->from_json.
Added support for parsing SPARQL JSON Results format in xt/dawg-eval11.t.
Fixed POD indenting in lib/RDF::Trine::Store.
Changed required version of Module::Load::Conditional to 0.38 (based on version in debian).
Added RDF::Trine::Model->get_list method.
Updated RDF::Trine::Serializer->negotiate to ignore serializers that are overridden by 'extend' media types.
Updated dawg11 status script.
Added POD to RDF::Trine::Iterator::JSONHandler.
Updated conneg code setting default q-values in RDF::Trine::Serializer.
Updated xt/dawg-eval11.t to only run tests that are listed in the manifest lists.
Updated xt/dawg-eval11.t result equality testing code to better handle bnodes in binding results.
Updated RDF::Trine::Iterator::Graph->print_xml to set utf8 binmode on the output filehandle.
Fixed bug in RDF::Trine::Model->get_list that was assuming list nodes were IRIs.
Style and documentation updates.
Renamed RDF::Trine::Serializer->negotiate argument from 'among' to 'restrict'.
Updated VERSIONs for 0.132_01 beta release.
Updated docs for 0.133 release.
Added t/namespacemap.t and lib/RDF/Trine/Iterator/JSONHandler.pm to MANIFEST.
Fixed RDF/XML xmlns serialization bug when used with RDF::Trine::NamespaceMap objects.
Added text/rdf+n3 as a media type for RDF::Trine::Serializer::Turtle.
Updated Changes.ttl and README.
Updated VERSIONs for 0.132_02 beta release.
Fixed expected media types for turtle serializer in t/serializer.t.
Silenced warnings in t/namespacemap.t.
Updated namespacemap test based on failing cpantesters reports.
Updated VERSIONs for 0.132_03 beta release.
Updated docs and VERSION for 0.133 release.
Merge branch 'rdf-trine-0.133' into release-rdf-trine
Jakob Voss (4):
added negotiation among limited set of serializers
Merge remote branch 'upstream/master'
direct parsing from file by guessed parser
implemented and tested filter parameters of RDF::Trine::Model::objects
nichtich (5):
fixed test counter
minor simplification of RDF::Trine::Model::new
extended node-centric model graph-API
fixed and extended RDF::Trine::NamespaceMap
show possible use of uri method
-----------------------------------------------------------------------
--
librdf-trine-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list