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

Gregory Williams samofool at tatooine-15.dynamic2.rpi.edu
Fri Jun 7 14:21:02 UTC 2013


The annotated tag, rdf-trine-0.101 has been created
        at  a7c3687140fd3cdbfd0f736016d7a45d82fe7724 (tag)
   tagging  90cb974a0f78a7f01b7a9c2a898b4e69f859a6b9 (commit)
 tagged by  Gregory Williams
        on  Tue Mar 4 13:20:40 2008 -0500

- Shortlog ------------------------------------------------------------
RDF::Trine 0.101.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iD8DBQBHzZMFhPK6VMqoyC0RAr8zAJ9b1IByoTaYxIqMwdGlDr5gMPLVxQCbBDHI
GJ1eijr45l1IdyXycQi056I=
=/ROz
-----END PGP SIGNATURE-----

(no author) (1):
      Initial directory structure.

Gregory Williams (49):
      - Fixed SSE serialization for statements (trailing '.' now belongs to statement and not BGP).
      - Started named graph cleanup (moving named graphs into the models and out of the Query object).
      Merge branch 'master' into namedgraph-cleanup
      - Added initial version of a script to generate a privacy-based database view.
      - Initial new version of an extensible SPARQL parser (moving away from Parse::EYapp).
      - Fixed package naming for new SPARQL parser.
      - New SPARQL parser fixes to OPTIONAL and UNION parsing, and typed-literal construction.
      - Removed invisible characters from BNF comments.
      - Finished new SPARQL parser (now passes all DAWG syntax tests).
      - Removed old SPARQL YAPP grammar file.
      - POD fix.
      - Initial commit setting up files for support of bloom filters (and federated queries).
      - File cleanup changes.
      - Version number fixes and MANIFEST update in preparation for release.
      - Updates to META.yml, Makefile.PL and version change in Trine.pm in preparation for release.
      - Added Changes.ttl.
      - Added Changes.ttl to MANIFEST.
      - Fixed MANIFEST and Makefile.PL for RDF-Trine for clean install.
      Merge branch 'master' into service-bloom-filters
      - Added new extended SPARQL parser to support SERVICE (federated) query patterns.
      - Set RDF-friendly Accept headers in Query and Model objects' LWP::UserAgent use.
      - Fixed user-agent Accept headers to remove problem-causing whitespace.
      - Added iterator bloom filter tests.
      - Added Bloom::Filter as a prereq module in META.yml.
      - Now 'use's Bloom::Filter so that code is loaded at the time we thaw a filter object.
      - Added t/iterator-bloom.t to RDF-Trine/MANIFEST.
      - Moved tSPARQL parsing into the new SPARQLP parser. Updated relevant tests. (No execution support yet.)
      - Fixed typo in regex to match variables (escaped '$' in regex character class).
      - Removed cruft in SPARQL parser.
      Merge branch 'master' into namedgraph-cleanup
      - SPARQL parser now constructs ::Algebra::Quad patterns when inside GRAPH patterns.
      - Moved named graph support into the bridge object.
      Merge branch 'service-bloom-filters'
      - Updated SPARQLP parser tests to conform to modifed parser output.
      - Made changes that got lost in the service-bloom-filters merge.
      - Apparently you *can* nest GRAPH patterns...
      - Lots of changes to regain DAWG-eval test successes.
      - Binary relational expressions now don't throw an exception if ::Literal::LAZY_COMPARISONS is set.
      - POD and comment updates to Parser classes.
      Merge branch 'tsparql-merge'
      - Silenced debugging.
      - Removed use of File::Slurp.
      - ::Algebra::Filter now auto-upgrades its pattern to a GGP (if it's not already).
      - ::Algebra::Filter now doesn't auto-upgrade a pattern to a GGP if the pattern is another Filter.
      - Bumped RDF::Query version number for 2.000_02 beta release.
      - Updated RDF::Query MANIFEST.
      - Removed DAWG test files from the distribution MANIFEST.
      - Added dawg tests to the MANIFEST.SKIP list.
      - Updated RDF::Trine files for 0.101 release.

samofool (106):
      Import.
      - Added RDF::Base::Namespace module for shorthand resource construction.
      - Added new directory for RDF-Base stuff.
      - Removed iterator, node and pattern classes.
      - Started transitioning code to use RDF::Query classes for nodes, iterators, etc.
      - Updated tests.
      - Added composite storage module.
      - Added template for native rdf/xml parser.
      Moved the rest of the RDF::Base files into their own directory.
      - Added RDF::SPARQLResults module.
      Added RDF::Namespace module
      - SPARQLResults streams must not be constructed through their appropriate subclass.
      - Added RDF::Store::DBI and RDF::Endpoint packages.
      - Added API for declaring that a Bindings stream is sorted on certain columns.
      - Moved standalone server-specific code into RDF::Endpoint::Server.
      - ::Bindings::project now properly sets column names and preserves args (like sorting).
      - Added RDF::Store::DBI::get_pattern() method as a BGP equivalent of get_statements().
      - Added RDF::SPARQLResults::Graph::unique() method.
      - Standalone endpoint server now takes DSN and u/p as args.
      - Added RDF::Store::DBI tests for better coverage of code.
      - Added RDF::Parser package with functioning Turtle parser.
      - Removed accidentally committed empty RDFXML.yp.
      - Removed debugging from RDF::Parser::Turtle.
      - Added MANIFEST to RDF::Parser package.
      - Imported RDF-Query from private repository (r229 from file:///Volumes/iDisk/data/svn/rdfquery).
      - Consolidated serialization (deparsing) tests into one file.
      - Fixed SSE serialization to support QName namespaces.
      - Added algebra test file.
      - First of a two-part commit to rename RDF::SPARQLResults to RDF::Iterator.
      - Second of a two-part commit to rename RDF::SPARQLResults to RDF::Iterator.
      - Updated RDF::Store::DBI and RDF::Query to use renamed RDF::Iterator class.
      - Added new RDF-Trice directory.
      - Moved RDF::Namespace into RDF::Trice.
      - Moved RDF::Namespace into RDF::Trice.
      - Moved rest of RDF::Namespace files to RDF::Trice (or removed).
      - Moved RDF::Parser into RDF::Trice.
      - Moved RDF::Iterator into RDF::Trice.
      - Moved RDF::Store::DBI into RDF::Trice.
      - Switched to using RDF::Trice classes.
      - Finished moving code into the RDF::Trice package.
      - Added support for new RDF::Trice package (the new package containing the RDF::Store code).
      - Added CGI version of endpoint code.
      - Added remove_statements($s,$p,$o,$c) for removing multiple statements at a time.
      - Updated to use the JSON 2.0 API.
      - First commit to rename RDF::Trice to RDF::Trine.
      - Second commit to rename RDF::Trice to RDF::Trine.
      - First commit to change RDF::Query to use renamed RDF::Trine.
      - Second commit to change RDF::Query to use renamed RDF::Trine.
      - Removed old RDF::Trice files from the MANIFEST list.
      - Renamed RDF::Trice usage to RDF::Trine.
      - Added Iterator thawing from SPARQL XML Results format.
      - Added RDF::Trine::Model class.
      - Added context support with RDF::Trine::Statement::Quad class.
      - Removed use of bridge objects in Iterator code (now only uses Trine API).
      - Fixed typo in Literal class 'has_datatype' method call.
      - Removed use of bridge objects in Iterator code (now only uses Trine API).
      - Added as_string method to Statement and Node classes.
      - Added initial code for a model class for unions of stores.
      - Added node equality tests.
      - Made use of RDF::Trine objects more consistent.
      - Added option for results mime-type selection on SPARQL endpoint query page.
      - Added mod_perl endpoint handler RDF::Endpoint::Apache.
      - Updated Trine bin scripts to use new package names.
      - Added ::Model::StatementFilter for keeping data private at a statement level.
      - RDF::Trine bridge now works with RDF::Trine::Model objects (in addition to the ::Store objects).
      - Now using RDF::Trine::Model (::StatementFilter) instead of RDF::Trine::Store directly.
      - Typos and debugging changes.
      - Added RDF::Trine::Pattern (missed it in the previous commit).
      - Added OpenID login page template.
      - Added OpenID support for the mod_perl endpoint handler code.
      - Added RDF::Trine::Model::get_contexts() method.
      - Restricted access to the endpoint admin page to the endpoint owner (under mod_perl handler).
      - Fixed count_statements() call in StatementFilter to respect context arguments.
      - Cleaned up authentication code (both query and admin sections).
      - Stopped saving queries by default.
      - Fixed SSE serialization for statements (trailing '.' now belongs to statement and not BGP).
      - Fixed newline escaping in Literal SSE and sparql serialization.
      - Added initial version of a script to generate a privacy-based database view.
      - Initial new version of an extensible SPARQL parser (moving away from Parse::EYapp).
      - Fixed package naming for new SPARQL parser.
      - New SPARQL parser fixes to OPTIONAL and UNION parsing, and typed-literal construction.
      - Removed invisible characters from BNF comments.
      - Finished new SPARQL parser (now passes all DAWG syntax tests).
      - Removed old SPARQL YAPP grammar file.
      - POD fix.
      - Updated Makefile.PL and META.yml files to reflect JSON 2.0 requirement.
      - Removed SPARQL.yp from the MANIFEST.
      - File cleanup changes.
      - Version number fixes and MANIFEST update in preparation for release.
      - Updates to META.yml, Makefile.PL and version change in Trine.pm in preparation for release.
      - Added Changes.ttl.
      - Added Changes.ttl to MANIFEST.
      - Fixed MANIFEST and Makefile.PL for RDF-Trine for clean install.
      - Added acceptable mime-type for endpoint requests: application/sparql-results+xml.
      - Updated information in the perlrdf/README file.
      - Updated required version of RDF::Trine for first release of that package.
      - Added support for serializing filter expressions to sparql and sse.
      - Made REGEX a proper function and not an operator and updated SPARQL parser tests.
      - Silenced 'redefine' warnings to make mod_perl happy.
      - Added config settings to the endpoint admin page.
      - Fixed typo in META.yml.
      - Updated Trine Changes and versions for release.
      - cpansign for 0.100 release.
      - Added ::Algebra::Expr classes and t/algebra.t to MANIFEST.
      - Added left-join restrictions on pattern->sql compiler (e.g. variables in pred position can't be literals or bnodes).
      - Moved static variable declarations into BEGIN blocks.

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

-- 
librdf-trine-perl Debian packaging



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