[diffoscope] 02/02: Release version 45

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Jan 4 17:42:57 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 a0f6f85ad29b0393c05cc75c363e6a0ffd8f5219
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Mon Jan 4 16:24:54 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 69b19e2..ada18ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+diffoscope (45) unstable; urgency=medium
+
+  [ Rainer Müller ]
+  * Fix typo in Mach-O comparator.
+
+  [ Jérémy Bobbio ]
+  * Ensure that we always get path names from libarchive as str.
+    (Closes: #808541)
+  * Read ext4 reference diff using UTF-8 to ensure that the test suite
+    works when run under various locales.
+  * Replace file path by a fixed placeholder in readelf and objdump output.
+    This will work better when comparing ELF files given on the command line.
+  * Read lines using an iterator instead of loading a full list in memory.
+    This greatly help diffoscope when running on large binaries. Thanks Mike
+    Hommey for the report and good test case. (Closes: #808120)
+  * Properly report lines we can't parse in squashfs listing.
+  * Correctly parse squashfs device entries with device minors larger than 3
+    digits. Thanks sajolida for providing the samples.
+  * Use libarchive to list files in tar and cpio archives. The output of cpio
+    and tar is too hard to control properly and tend to vary over time.
+    (Closes: #808809)
+  * Ensure files extracted from a squashfs image are deleted after being
+    compared instead being done examining the image.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Mon, 04 Jan 2016 16:24:50 +0100
+
 diffoscope (44) unstable; urgency=medium
 
   [ Mike Hommey ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index c35caaa..0988579 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "44"
+VERSION = "45"
 
 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