[Reproducible-commits] [diffoscope] 02/02: Release version 35

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 21:35:24 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 9eb16227bf1c0ee898d352e4dfc3d6df38897c30
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Mon Sep 21 21:25:10 2015 +0000

    Release version 35
---
 debian/changelog       | 31 +++++++++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6189974..3641854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+diffoscope (35) unstable; urgency=low
+
+  [ Jérémy Bobbio ]
+  * Switch to Python 3. This means code has been changed slightly
+    here and there. Issues related to text encoding should now be
+    far less frequent. According to some preliminary benchmark,
+    diffoscope should run faster as well.
+  * The system tar is now used instead of the Python module to display Tar
+    archive metadata. The output should be slightly more accurate.
+  * Log exceptions raised while computing diffs as errors
+  * Avoid concatenating many strings in hexdump_fallback. This matters when
+    looking at big binary files with xxd unavailable.
+  * Let's ignore command errors when the file content is identical.
+  * Fix isoinfo arguments to read Joliet data on ISO9660 images.
+  * Ignore errors when reading Joliet and Rockridge data in ISO9660 images.
+  * Use threads instead of processes for multiprocessing when running diff.
+    There is no measurable performance impact and it helps to simplify the
+    code.
+  * Use the right argument order when creating CalledProcessError.
+  * Propagate failure of external commands feeding diff.
+  * Improve debugging log for command lines and exit codes.
+  * Remove she-bang from files not meant to be executed directly.
+  * Add more tests for main() behavior.
+  * Improve RPM header conversion.
+  * Fix a refactoring error in compare_commented_files().
+
+  [ Mattia Rizzolo ]
+  * Drop X-Python-Version field, not needed anymore for python3.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Mon, 21 Sep 2015 21:23:56 +0000
+
 diffoscope (34) unstable; urgency=medium
 
   * Fix path to executable in README. Thanks Niko Tyni for the patch.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index d8adb0c..ea8caad 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "34"
+VERSION = "35"
 
 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