[diffoscope] 01/01: Release version 48

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Jan 26 13:10:50 CET 2016


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

lunar pushed a commit to branch master
in repository diffoscope.

commit ef388edb3ba6f50e6ab1e8db1a3e8ffaed69a254
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Jan 26 12:14:08 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a3ba13d..7bb77a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+diffoscope (48) unstable; urgency=medium
+
+  * Open debian/control file in binary mode (Closes: #812524)
+  * Fix recognizes() for files ending in .buildinfo but without a
+    Checksums-Sha256 field. (Closes: #812534)
+  * Fix finding debug packages with multiple Build-Ids.
+  * Cleanup how arguments are given to readelf for sections.
+  * Only pass --decompress to readelf when the option is supported. This
+    restores compatibility with older versions of binutils.
+  * Skip dbgsym tests if the debian Python module is not available.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Tue, 26 Jan 2016 12:13:57 +0100
+
 diffoscope (47) unstable; urgency=low
 
   * Don't show a difference for identical but long diff inputs (e.g. objdump
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 95374bb..0354dcd 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "47"
+VERSION = "48"
 
 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 diffoscope mailing list