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

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Nov 21 00:18:20 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 53ae7409f5a5f889cde6d32b53f6491a469b1ee8
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Nov 20 18:58:09 2015 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 4110b68..80af1f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+diffoscope (42) unstable; urgency=medium
+
+  * Add missing Depends on python3-pkg-resources.
+  * Add another autopkgtest to test command line without recommends.
+  * Make comparison of zip archives with utf-8 file names more robust.
+    (Closes: #805418)
+  * Stop crashing on misencoded readelf output. (Closes: #804061)
+  * Ignore encoding errors in diff output.
+  * Add binutils-multiarch to Build-Depends so the test suite can pass
+    on architectures other than amd64.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 20 Nov 2015 18:57:54 +0000
+
 diffoscope (41) unstable; urgency=low
 
   * Minor rewordings in README.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 0f87542..46ea5db 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "41"
+VERSION = "42"
 
 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