[SCM] librdf-trine-perl Debian packaging annotated tag, rdf-trine-0.106, created. rdf-trine-0.106
Gregory Todd Williams
greg at evilfunhouse.com
Fri Jun 7 14:21:04 UTC 2013
The annotated tag, rdf-trine-0.106 has been created
at 18e95acb36a91303082268296a970a4742fe4273 (tag)
tagging 2010c060efd9f27a5cd18ec261b916ad8fa42ac7 (commit)
replaces rdf-trine-0.105
tagged by Gregory Todd Williams
on Sat Apr 19 17:11:52 2008 -0400
- Shortlog ------------------------------------------------------------
RDF::Trine 0.106.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQBICmAihPK6VMqoyC0RAvcqAJ48zJzP+mLx19b+F2Um1jS4jhyirgCgkZPb
uBD/+W+VIXI1pzGFsH3TYL4=
=Bqdo
-----END PGP SIGNATURE-----
Gregory Todd Williams (5):
- Updated all RDF::Trine modules to use consistent VERSION number for 0.106 release.
- Added examples directory (and an example script) to the RDF-Trine package.
- Made incremental iterator parsing tests SKIP unless XML::SAX::Expat::Incremental is available.
- Removed Bloom::Filtere from the list of prerequisites (functionality has moved to RDF::Query).
- Updated docs and SIGNATURE for 0.106 release.
Gregory Williams (38):
- Added a mysql-specific RDF::Trine::Store class (now uses INSERT IGNORE for efficiency).
- Removed confess call.
- Added initial support for selecting expression values.
- Updated POD for ::Expression::Alias.
- SQL compiler now doesn't select statement contexts unless called via get_statements (not get_pattern).
Merge branch 'extension-select-expressions'
- Removed unused (and bitrotted) t/05-stress.t test.
- Fixed use of "DESCRIBE <resource>" (instead of "DESCRIBE ?var").
- Fixed existing aggregates code and tests.
- Added support for MIN, MAX, COUNT and COUNT-DISTINCT aggregate operators to the SPARQLP parser.
- Moved the nested hash join from ::Iterator to ::Iterator::Bindings.
Merge branch 'master' into optimization
- Added new tests to improve coverage of node and iterator classes.
- var_or_expr_value now takes bridge object as an argument.
- Added tests for binding iterator cartesian product join.
Merge branch 'master' into optimization
- Pipelined the code for nested loop joins on binding iterators.
- Fixed call to join_streams to use ::Iterator::Bindings instead of ::Iterator.
- Replaced XML::Twig code with new XML::SAX parser (allowing streaming parsing).
- Removed now unused ::Algebra::OldFilter class.
- Commented out auto-upgrade from ::Store::DBI to ::Store::DBI::mysql objects.
Merge branch 'optimization'
- Fixed COUNT function to only count bound variables.
- sparql:str now throws a TypeError if argument isn't bound.
- Removed use of Storable module. Query execution no longer clones parse tree before running.
- Added POD to RDF::Trine::Iterator::SAXHandler.
- Fixed POD error in RDF::Trine::Iterator::SAXHandler.
- RDF::Trine pattern optimization now holds onto the original BGP object for forwarding of calls to as_sparql().
- RDF::Endpoint now defaults to SPARQLP parser.
- Added SADDLE info to RDF::Endpoint service description.
- Added Makefile, manifest, changelog and inc (build) files to RDF::Endpoint.
- Moved sort_rows() into new ::Algebra classes Sort, Limit, Offset and Distinct.
- Fixed SPARQL serialization of queries with DISTINCT.
- Added POD for ::Algebra::subpatterns_of_type().
- Updated example turtle parser to accept URLs as command line arguments.
- Turtle parser now removes dashes from the UUIDs used for blank node IDs.
- Added support to incrementally thaw an Iterator from an IO::Socket.
- Added Time::HiRes to META.yml and Makefile.PL.
-----------------------------------------------------------------------
--
librdf-trine-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list