[diffoscope] 02/02: Release version 47
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Jan 23 19:24:16 CET 2016
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit a58ad38569289f5263d193d9d824272885311968
Author: Jérémy Bobbio <lunar at debian.org>
Date: Sat Jan 23 18:08:40 2016 +0000
Release version 47
---
debian/changelog | 22 ++++++++++++++++++++++
diffoscope/__init__.py | 2 +-
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c94a370..a3ba13d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+diffoscope (47) unstable; urgency=low
+
+ * Don't show a difference for identical but long diff inputs (e.g. objdump
+ output). This should make diffoscope run longer for large diff inputs, but
+ more correct reports worths it.
+ * Fix symbol ignore regexp for ELF files.
+ * Ask readelf to decompress sections before dumping their content.
+ * Don't redefine .name() in Archive when its already defined in File.
+ * All files can now belong to a container. This will help us implement
+ cross-file analysis.
+ * Update requirements for ELF tests.
+ * Sort file order when comparing directories.
+ * Use Python OrderedDict instead of keeping a list of sections in ELF
+ container.
+ * Install detached symbols from debug .deb before comparing ELF files.
+ This means objdump output should have line numbers for Debian packages
+ built with recent debhelper as long as the associated debug package is in
+ the same directory.
+ * Add support for Debian .buildinfo files.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sat, 23 Jan 2016 18:08:33 +0000
+
diffoscope (46) unstable; urgency=low
[ Dhole ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index f0745f7..95374bb 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
import shutil
import tempfile
-VERSION = "46"
+VERSION = "47"
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