[librdf-trine-perl] 09/09: Prepare for release: Update changelog and copyright info.

Jonas Smedegaard dr at jones.dk
Sun May 25 07:54:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-trine-perl.

commit 9aab55ee542851f2eddf10e2c3741873a2330e73
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 25 01:25:29 2014 +0200

    Prepare for release: Update changelog and copyright info.
---
 debian/changelog       | 52 ++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/copyright_hints |  9 +++++++++
 2 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a581a16..a4c4171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,53 @@
-librdf-trine-perl (1.007-3) UNRELEASED; urgency=medium
+librdf-trine-perl (1.008-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release.
+    BUG FIXES
+    + Fixed bug in Turtle lexer that was failing to anchor matches of
+      PNAME_LN.
+    + Fixed looping bug and handling of N-Triples escape sequences.
+    + Made checking for known DBI backend DSN strings case insensitive.
+    + Fix bug in RDF::Query::Plan::Join::PushDownNestedLoop that didn't
+      allow 'aggregate' to appear in the RHS serialized text.
+    + Fix SPARQL 1.1 GGP parsing bug.
+    + Fixed bug in constructing the HTTP request object for SPARQL
+      updates.
+    NEW FEATURES
+    + Added RDF::Trine::Parser::RDFPatch.
+    + Added RDF::Trine::Parser::LineProtocol as a RDFPatch parser
+      subclass allowing querying (with bin/cliapi tool).
+    ENHANCEMENTS
+    + Sync RDF::Trine::NamespaceMap up with URI::NamespaceMap's
+      interface.
+    + Updated RDF::Trine::Parser::Turtle->new to accept a default
+      namespace 'map' key.
+    + Updated RDF::Trine::Model->add_statement to verify that statement
+      nodes are ground (not variables).
+    + Updated RDF::Trine::Parser::Turtle->parse_node to allow accessing
+      the tokenizer object used in parsing.
+    + Added RDF::Trine::Parser::Turtle->_term method.
+    + Fixed RDF::Query::Algebra->subpatterns_of_type to support descent
+      into sub-queries.
+    + Fixed as_hash method in RDF::Query::Expression::Alias,
+      RDF::Query::Algebra::Aggregate and RDF::Query::Algebra::Sort.
+    + Return a success iterator for POST requests based only on response
+      code (and regardless of the response content).
+    + Allow POST responses to redirect in RDF::Trine::Store::SPARQL.
+    + Use normalized language tags in RDF::Trine::Node::Literal->new.
+    + Added RDF::Query::ExecutionContext->bind_variable method.
+    OTHER
+    + Added W3C Turtle Test Suite harness bin/turtle-2013-harness.pl.
+    + Added xt/perl-critic.t.
+    + Updated parser method documentation to indicate where data is
+      expected to be bytes.
+    + Added some more docs to the SQlite config.
+    + Throw error if bindings iterator is given rather than graph in
+      RDF::Trine::Model->add_iterator.
+    + Disable pushing full updates down into the store object (only
+      meant to be full queries at this point).
+    + Add POD hyperlinks to RDF::Trine documentation.
+
+  [ Jonas Smedegaard ]
   * Bump to standards-version 3.9.5.
   * Fix use canonical Vcs-Git URL.
   * Update copyright info:
@@ -9,7 +57,7 @@ librdf-trine-perl (1.007-3) UNRELEASED; urgency=medium
   * Fix build-depend explicitly on perl (accidentally missed by previous
     CDBS releases).
 
- -- Jonas Smedegaard <dr at jones.dk>  Sat, 24 May 2014 19:42:30 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 25 May 2014 01:25:09 +0200
 
 librdf-trine-perl (1.007-2) unstable; urgency=high
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 098e70d..5b063b6 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -8,6 +8,7 @@ Files: MANIFEST
  META.yml
  Makefile.PL
  SIGNATURE
+ bin/cliapi
  bin/graph.pl
  bin/rdf_init_store.pl
  bin/rdf_parse_turtle.pl
@@ -18,6 +19,10 @@ Files: MANIFEST
  bin/rdf_transcode.pl
  bin/srx2csv
  bin/srx2table
+ bin/turtle-2013-harness.pl
+ bin/turtle_benchmark.pl
+ bin/turtle_parse.pl
+ bin/turtle_tokenize.pl
  debian/README.source
  debian/compat
  debian/control
@@ -963,6 +968,7 @@ Files: MANIFEST
  t/parser-ntriples.t
  t/parser-rdfa.t
  t/parser-rdfjson.t
+ t/parser-rdfpatch.t
  t/parser-rdfxml-w3c.t
  t/parser-redland.t
  t/parser-trig.t
@@ -1005,6 +1011,7 @@ Files: MANIFEST
  xt/data/turtle/test-16.out
  xt/data/turtle/test-16.ttl
  xt/parser-trig-2013.t
+ xt/perl-critic.t
  xt/pod-coverage.t
  xt/pod.t
  xt/store-dydra.t
@@ -1345,9 +1352,11 @@ Files: lib/RDF/Trine.pm
  lib/RDF/Trine/Node/Resource.pm
  lib/RDF/Trine/Node/Variable.pm
  lib/RDF/Trine/Parser.pm
+ lib/RDF/Trine/Parser/LineProtocol.pm
  lib/RDF/Trine/Parser/NQuads.pm
  lib/RDF/Trine/Parser/NTriples.pm
  lib/RDF/Trine/Parser/RDFJSON.pm
+ lib/RDF/Trine/Parser/RDFPatch.pm
  lib/RDF/Trine/Parser/RDFXML.pm
  lib/RDF/Trine/Parser/RDFa.pm
  lib/RDF/Trine/Parser/Redland.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.git



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