[diffoscope] 09/09: Release version 46

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Jan 19 18:22:31 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 2c97419ac380c8b5e4ba95f8fe38b2f402b70ce8
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Jan 19 16:46:51 2016 +0100

    Release version 46
---
 debian/changelog       | 25 +++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ada18ac..c94a370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+diffoscope (46) unstable; urgency=low
+
+  [ Dhole ]
+  * Improve ELF comparisons by performing comparisons section by section.
+    (Closes: #808197)
+
+  [ Jérémy Bobbio ]
+  * Further split readelf output when examining ELF files.
+  * Skip dumping ELF sections that are already covered by previous readelf
+    calls to avoid redundant output. Thanks Mike Hommey for the report.
+    (Closes: #808267)
+  * Fix ELF comparisons against non-existing files.
+  * Filter symbols for IP-relative ops from ELF disassembled output as
+    they will create differences that don't really exist. Thanks Mike Hommey
+    for the report and test cases. (Closes: #808207)
+  * Add forgotten requirements for tests with non-existing files.
+  * Improve tests for comparisons against non-existing files.
+  * Respect order of containers when performing comparisons. It makes the
+    output somewhat nicer, especially for things that are expected to be in a
+    certain order, like ELF sections.
+  * Fix comparisons of directory with broken symlinks. Thanks Tuomas Tynkkynen
+    for reporting the issue. (Closes: #810825)
+
+ -- Jérémy Bobbio <lunar at debian.org>  Tue, 19 Jan 2016 16:46:47 +0100
+
 diffoscope (45) unstable; urgency=medium
 
   [ Rainer Müller ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index e6e6265..f0745f7 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "45"
+VERSION = "46"
 
 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