Change logs for librdf-query-perl source package in Vivid

  • librdf-query-perl (2.913-1) unstable; urgency=medium
    
    
      * New upstream release.
        BUG FIXES
        + Fix SPARQL 1.1 parsing bug that disallowed whitespace between an
          aggregate name and the following open-parenthesis.
        + Fix bug in RDF::Query::Algebra::NamedGraph->definite_variables.
        + Fix rqsh to use a pure memory model when requested (instead of a
          temporary model).
        + Fixed whitespace handling bug during parsing of VALUES clauses.
        ENHANCEMENTS
        + Merge adjacent service blocks if their endpoints and silent flags
          match.
        + Allow RDF::Query->new to accept an algebra object instead of a
          query string.
        + Updated node classes to allow overloaded comparisions with
          RDF::Trine::Node::Nil objects.
        + Improve coverage of as_hash function for variable bindings and
          expressions.
        OTHER
        + Documentation fixes.
    
      [ Jonas Smedegaard ]
      * Tighten (build-)dependency on librdf-trine-perl.
    
     -- Jonas Smedegaard <email address hidden>  Sun, 15 Feb 2015 13:41:08 +0100
  • librdf-query-perl (2.912-1) unstable; urgency=medium
    
    
      * New upstream release.
        BUG FIXES
        + Fix bug in handling of SUM aggregates with non-literal data.
        ENHANCEMENTS
        + Improved performance of regular expression use in SPARQL parser.
        OTHER
        + Added IRC resource to Makefile.PL.
    
      [ Jonas Smedegaard ]
      * Declare compliance with Debian Policy 3.9.6.
    
      [ Salvatore Bonaccorso ]
      * Update Vcs-Browser URL to use cgit web frontend.
    
     -- Jonas Smedegaard <email address hidden>  Sat, 25 Oct 2014 01:17:24 +0200
  • librdf-query-perl (2.911-1) unstable; urgency=medium
    
    
      * New upstream release.
        BUG FIXES
        + Fixed bug in RDF::Query::Plan::Join::PushDownNestedLoop that
          didn't allow 'aggregate' to appear in the RHS serialized text.
        + Fixed SPARQL 1.1 GGP parsing bug.
        + Fixed RDF::Query::Algebra->subpatterns_of_type to support descent
          into sub-queries.
        + Disabled pushing full updates down into the store object (only
          meant to be full queries at this point).
        + Fixed as_hash method in RDF::Query::Algebra::Aggregate,
          RDF::Query::Algebra::Sort, and RDF::Query::Expression::Alias.
        + Updated RDF::Query::Compiler::SQL to respect node class
          encapsulation.
        ENHANCEMENTS
        + Modularized implementation of explain method in algebra and plan
          classes.
        + Updated rqsh script to use env perl instead of hardcoded bin path.
        + Added JSON output to bin/parse.pl script.
        + Added RDF::Query::ExecutionContext->bind_variable method.
        OTHER
        + Added :all export tag to RDF::Trine::Node.
        + Remove Crypt::GPG and Bloom::Filter from list of recommended
          modules (no longer used in code).
    
      [ Jonas Smedegaard ]
      * Update package relations:
        + Stop build-depending on or recommending libcrypt-gpg-perl or
          libbloom-filter-perl: No longer used anywhere.
        + Fix build-depend explicitly on perl.
    
     -- Jonas Smedegaard <email address hidden>  Tue, 05 Aug 2014 11:11:49 +0200