[Reproducible-commits] [debbindiff] 02/02: Release version 16

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Apr 16 09:29:59 UTC 2015


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

lunar pushed a commit to branch master
in repository debbindiff.

commit 3c6ae84c8574d12f618e2d316f388ddd1fa7bdd0
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Apr 16 11:08:24 2015 +0200

    Release version 16
---
 debbindiff/__init__.py |  2 +-
 debian/changelog       | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index da30d64..ffdaadc 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
 import logging
 from distutils.spawn import find_executable
 
-VERSION = "15"
+VERSION = "16"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 5c15941..86c06ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debbindiff (16) unstable; urgency=low
+
+  [ Reiner Herrmann ]
+  * Remove temporary directory when exception is raised. (Closes: #782253)
+  * Fix extraction when Zip member contain "../" in their path.
+
+  [ Jérémy Bobbio ]
+  * Fail with a better error message when unable to create a Queue.
+    (Closes: #782551)
+
+ -- Jérémy Bobbio <lunar at debian.org>  Thu, 16 Apr 2015 11:07:58 +0200
+
 debbindiff (15) unstable; urgency=low
 
   * Terminate xxd if its output was too long.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list