[Reproducible-commits] [diffoscope] 13/13: Release version 37
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Oct 15 16:04:35 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 88eccab7b86b1b61edc9e8b6a10990b63babb6fb
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Oct 15 16:46:09 2015 +0200
Release version 37
---
debian/changelog | 26 ++++++++++++++++++++++++++
diffoscope/__init__.py | 2 +-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fe7d778..bf86e1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+diffoscope (37) unstable; urgency=low
+
+ * Switch to incremental interface for TLSH. That means we won't load
+ 800 MiB or more in memory to compute the fuzzy hash.
+ * Add support for CBFS images (Closes: #788364)
+ * Add support for .dsc files (Closes: #800359)
+ * Fix handling of malformed md5sums file. (Closes: #799901)
+ * Fix placeholder encoding issue when trimming stderr.
+ (Closes: #799863)
+ * Read text report as UTF-8 encoded in test_text_option_with_file.
+ (Closes: #801766)
+ * Read Haskell interfaces in binary mode (Closes: #801333)
+ * Read md5sums file using UTF-8.
+ * Add a test for --max-diff-block-lines.
+ * Handle closing stdin for Command implementing feed_stdin.
+ * Handle subprocess errors with no output when comparing with a command.
+ * Use name and not path when doing binary comparisons.
+ * Add a test for --list-tools.
+ * Fix main exception handling.
+ * Use text file comparison for .dsc and .changes when the referenced files
+ are missing.
+ * Do skip squashfs test if there's no user with uid 1000.
+ * Use super() instead of the old cumbersome form.
+
+ -- Jérémy Bobbio <lunar at debian.org> Thu, 15 Oct 2015 16:45:55 +0200
+
diffoscope (36) unstable; urgency=low
* Read Debian .changes file as utf-8 encoded.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 52e3e59..cee1174 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
from distutils.spawn import find_executable
import os
-VERSION = "36"
+VERSION = "37"
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