[diffoscope] 01/01: Start to draft v89 changelog
Mattia Rizzolo
mattia at debian.org
Mon Dec 25 14:24:53 CET 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 3b9f0d3f7325cabc2a1e46940c614e609fffe6c8
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Dec 25 14:24:39 2017 +0100
Start to draft v89 changelog
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/changelog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 58 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1e23db8..2da86eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,65 @@
diffoscope (89) UNRELEASED; urgency=medium
+ [ Ximin Luo ]
* Auto-generate manpage using help2man, so it's no longer out-of-date.
+ * difference:
+ + Add a Difference.from_command_exc() to help distinguish excluded
+ commands from commands returning an empty diff.
+ * comparators:
+ + utils/command:
+ - Replace the feed_stdin() feeder into the simpler stdin() function,
+ which provides (if needed) a simple file opject instead of a feeder.
+ + utils/container:
+ - Add a perform_fuzzy_matching() method (wrapping the already existing
+ method) so that comparators can easily override it.
+ + deb:
+ - Loose matching for .deb archive members, so it's possible to e.g.
+ compare deb with different control.tar.{gz,xz}. Closes: #881937
+ + elf:
+ - Improve disassembly fallbacks with the new Difference.from_command_exc().
+ + png:
+ - Cater for the feed_stdin() removal.
+ + zip:
+ - Run zipinfo on /dev/stdin instead of a variable path to avoid including
+ the temporary file name in the output. Closes: #879011
+ - Cater for the feed_stdin() removal.
+ * presenters/formats:
+ + Allow non-text formats to output an empty diff.
+ * debian/clean:
+ + Remove the egg file when cleaning.
+ * debian/rules:
+ + Fix tests by adding PYTHONPATH.
+
+ [ Mike Hommey ]
+ * comparators:
+ + elf:
+ - Add fallbacks to elf code section disassembly. Closes: #879003
+ + utils/libarchive:
+ - Extract libarchive members with the file extension.
+
+ [ Chris Lamb ]
+ * comparators:
+ + utils/file:
+ - Handle case where a file to be "fuzzy" matched does not contain enough
+ entropy despite being over 512 bytes. Closes: #882981
+ + android:
+ - Add support for Android ROM boot.img introspection. Closes: #884557
+ + symlink:
+ - Make cleanup of placeholders idempotent.
+
+ [ Juliana Oliveira Rodrigues ]
+ * tests:
+ + utils/tools:
+ - Add a skip_if_tool_version_is() function.
+ + elf:
+ - Skip some tests if readelf is version '2.29', where its behaviour
+ was accidentally changed to exit with code 1 when it previously
+ didn't. Closes: #877728
+
+ [ Holger Levsen ]
+ * Update Standards-Version to 4.1.2. No changes required.
- -- Ximin Luo <infinity0 at debian.org> Tue, 28 Nov 2017 18:09:33 +0100
+ -- Mattia Rizzolo <mattia at debian.org> Fri, 22 Dec 2017 16:36:53 +0100
diffoscope (88) unstable; urgency=medium
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list