[Reproducible-commits] [diffoscope] 04/04: Release version 34

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Sep 17 11:25:11 UTC 2015


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

lunar pushed a commit to annotated tag 34
in repository diffoscope.

commit 062afd964d7f62d6aa63af5803e8ce134bc27208
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Sep 17 12:57:40 2015 +0200

    Release version 34
---
 debian/changelog       | 14 ++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a06b49f..02bede9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+diffoscope (34) unstable; urgency=medium
+
+  * Fix path to executable in README. Thanks Niko Tyni for the patch.
+  * Encode file path when filtering it from readelf output. This fixes
+    diffoscope for gnome-clocks.
+  * Include ELF test files in the source tarball.
+  * Fix required tool for zip tests.
+  * Fix expected `unsquashfs -s` output for squashfs-tools 4.3.
+  * Parse md5sums in .deb even if they are identical.
+  * Log ignore files count when comparing data.tar in .deb.
+  * Minor code improvemnts.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Thu, 17 Sep 2015 12:57:26 +0200
+
 diffoscope (33) unstable; urgency=medium
 
   * Fix path to diffoscope used to generate Recommends. (Closes: #797978)
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 5439a46..78dfcb9 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "33"
+VERSION = "34"
 
 logger = logging.getLogger("diffoscope")
 logger.setLevel(logging.WARNING)

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



More information about the Reproducible-commits mailing list