[diffoscope] 04/04: Release version 49

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Feb 17 19:00:07 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 4d51485b5ae176dc096dd605c65a8a2d32948b66
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Feb 17 18:12:50 2016 +0100

    Release version 49
---
 debian/changelog       | 36 ++++++++++++++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7bb77a6..5ace1d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+diffoscope (49) unstable; urgency=medium
+
+  [ Jérémy Bobbio ]
+  * Don't crash when we can't find the debug file in a matching debug package.
+    This repairs diffoscope for xserver-xorg and other packages.
+  * Use libarchive to read metadata from ar archives. The output is more
+    precise and less dependent on binutils version. The command line `ar` tool
+    is not used any more so remove it from the required tools.
+  * Split readelf --debug-dump output when examining ELF files. Based on a
+    patch by Dhole.
+  * Keep both .debug_str and .zdebug_str as ElfSection. Thanks to Niels Thykier
+    for noticing the problem.
+  * Fix a logic error in _install_debug_symbols. Thanks anthraxx for the report
+    and the fix.
+  * Use recursive containers for directory and only look at files with ending
+    in .deb when looking for Build IDs. Both avoid looking at too many files
+    when searching for matching debug packages. Thanks Helmut Grohne and Steven
+    Chamberlain for the reports and tests. (Closes: #813052)
+  * Add support for ICC profiles. This adds a Recommends on colord in Debian.
+  * Harmonize spaces and commas in package list.
+  * Update PPU files test data for FPC 3.0.0.
+  * Update exepcted javap output for OpenJDK 1.8.
+  * Stop specializing files from directories earlier than necessary.
+
+  [ anthraxx ]
+  * Adding cd-iccdump package reference for Arch Linux.
+
+  [ Mattia Rizzolo ]
+  * Use HTTPS in Vcs-Git.
+
+  [ Holger Levsen ]
+  * Bump standards version to 3.9.7, no changes needed.
+  * Use /git/ instead /cgit/ in Vcs-Browser.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Wed, 17 Feb 2016 18:12:45 +0100
+
 diffoscope (48) unstable; urgency=medium
 
   * Open debian/control file in binary mode (Closes: #812524)
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index e435525..0eab5af 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "48"
+VERSION = "49"
 
 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