[librdf-trine-perl] 04/04: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Feb 15 12:37:27 UTC 2015


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 7f8103b00efd3594a3f17f3c8849025ef5cbf447
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 15 13:23:19 2015 +0100

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 32 ++++++++++++++++++++++++++++++++
 debian/control         |  1 +
 debian/copyright_hints |  2 ++
 3 files changed, 35 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 39cb441..8d36219 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+librdf-trine-perl (1.013-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
+    BUG FIXES
+    + Update how file URIs are constructed to better deal with windows
+      systems.
+    + Fixed bug in RDF::Trine::Model->size that was only considering
+      triples, not quads.
+    + Fix get_statements and count_statements when called with quad
+      patterns with non-nil graph.
+    NEW FEATURES
+    + Added RDF::Trine::Store::LanguagePreference class.
+    + Added RDF::Trine::Parser->parse_url method.
+    ENHANCEMENTS
+    + Improve insertion performance in RDF::Trine::Store::Memory by
+      keeping caching quad SHA1 hashes.
+    + Make RDF::Trine::VariableBindings->join more flexible in testing
+      of equality.
+    + Simplify coercion of values in RDF::Trine::Node::Resource
+      constructor.
+    OTHER
+    + Update triple store tests for expected results when passing in
+      quad patterns with non-nil graphs.
+    + Miscellaneous code and documentation improvements.
+    + Added IRI to list of prereq modules in Makefile.PL.
+
+  [ Jonas Smedegaard ]
+  * (Build-)depend on libiri-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 15 Feb 2015 13:20:23 +0100
+
 librdf-trine-perl (1.012-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 5be2425..8b9afb9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: cdbs,
  libossp-uuid-perl,
  liberror-perl,
  libwww-perl,
+ libiri-perl,
  libjson-perl,
  liblog-log4perl-perl,
  libmoosex-arrayref-perl,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 5b063b6..86dccd7 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -998,6 +998,7 @@ Files: MANIFEST
  t/store-hexastore-storable.t
  t/store-hexastore-triplestore.t
  t/store-hexastore.t
+ t/store-language.t
  t/store-memory.t
  t/store-redis.t
  t/store-triple_sql.t
@@ -1381,6 +1382,7 @@ Files: lib/RDF/Trine.pm
  lib/RDF/Trine/Store/DBI/mysql.pm
  lib/RDF/Trine/Store/Dydra.pm
  lib/RDF/Trine/Store/Hexastore.pm
+ lib/RDF/Trine/Store/LanguagePreference.pm
  lib/RDF/Trine/Store/Memory.pm
  lib/RDF/Trine/Store/Redis.pm
  lib/RDF/Trine/Store/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