[diffoscope] 01/01: Release version 62
Mattia Rizzolo
mattia at debian.org
Tue Nov 1 17:04:36 CET 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 00294d4b152fa5c978656b80c9cca43eb88056b7
Author: Mattia Rizzolo <mattia at debian.org>
Date: Tue Nov 1 15:58:33 2016 +0000
Release version 62
---
debian/changelog | 7 ++++---
diffoscope/__init__.py | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ef20257..afdc5d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,18 +11,19 @@ diffoscope (62) unstable; urgency=medium
This fixes test_java and test_dex failing in jessie-backports. See #838984
[ Michel Messerschmidt ]
- * zip: Add rudimentary support for OpenDocumentFormat files.
+ * comparators/zip: Add rudimentary support for OpenDocumentFormat files.
[ Mattia Rizzolo ]
* debian: bump debhelper compat level to 10, no changes needed.
- * ppu:
+ * comparators/ppu:
+ don't do run a full ppudump while only looking for PPU file version.
+ ignore decoding errors from ppudump while filtering the output.
* tests/ppu: skip some PPU tests if ppudump is < 3.0.0. Closes: #838984
* tests: skip test using a format accepted by older pytest. Closes: #841146
[ Daniel Shahaf ]
- * json: detect order-only differences and print them nicely. Closes: #839538
+ * comparators/json: detect order-only differences and print them nicely.
+ Closes: #839538
-- Mattia Rizzolo <mattia at debian.org> Tue, 01 Nov 2016 15:33:45 +0000
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 1b29491..1f42f8d 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -26,7 +26,7 @@ import functools
from distutils.spawn import find_executable
-VERSION = "61"
+VERSION = "62"
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