[diffoscope] 06/06: Release version 58

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 14 11:31:50 CEST 2016


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 0785d5d40ef1a890fcbb389e1a5b7d62434614e8
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 14 10:22:29 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index d662d21..343e8b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+diffoscope (58) unstable; urgency=medium
+
+  * Shorten Description of trydiffoscope to appease Lintian.
+  * Make squashfs test_listing test more robust:
+    - Add ".in" suffix to squashfs listing expected diff as we are about to
+      template it properly.
+    - Replace $USER with the current user with uid 1000.
+    - Move test_listing replacements to a loop so we can easily add more.
+    - Don't assume that the test environment as 4 CPUs in squashfs.test_listing
+    - Don't assume default group is the same name as the user in test_listing.
+
+ -- Chris Lamb <lamby at debian.org>  Sun, 14 Aug 2016 10:22:19 +0100
+
 diffoscope (57) unstable; urgency=medium
 
   [Chris Lamb]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 89cdc07..ad035dd 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "57"
+VERSION = "58"
 
 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