[Reproducible-commits] [debbindiff] 08/08: Release version 27

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Jul 31 08:54:51 UTC 2015


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

lunar pushed a commit to branch master
in repository debbindiff.

commit 6e09067d42f883ec78e9d70953eac10b6ba7c70f
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Jul 31 08:38:14 2015 +0000

    Release version 27
---
 debbindiff/__init__.py |  2 +-
 debian/changelog       | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 7452715..7c634c5 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "26"
+VERSION = "27"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index ad33b8d..0ae7cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+debbindiff (27) unstable; urgency=low
+
+  [ Reiner Herrmann ]
+  * Add dh-python to Build-Depends.
+
+  [ Daniel Kahn Gillmor ]
+  * Add support for Mono PE executables.
+
+  [ Holger Levsen ]
+  * Add myself to Uploaders.
+
+  [ Jérémy Bobbio ]
+  * Add tests for tar comparator.
+  * Massive rearchitecturing.
+  * Now use libarchive to handle cpio archives and iso9660 images.
+  * find is now used to compare directory listings.
+  * Symlinks and devices can now be properly compared.
+  * Files in squashfs are now extracted one by one.
+  * Text files are now compared after being decoded with the detected
+    encoding. Encoding differences are reported. (Closes: #785777)
+  * Pre-compile regexps for ELF archives to get a good performance gain
+    when comparing ELF objects.
+  * Display better stacktrace for functions and methods using decorators.
+  * Reset locale environment during tests.
+  * Use numeric uid/gid when listing cpio content.
+  * Set timezone to UTC when configuring locale.
+  * Return no differences when there's none even when a required tool is
+    unavailable.
+  * Fix rpm expected listing after cpio change.
+  * Skip tests when required tools are missing.
+  * Skip squashfs listing test until #794096 is solved.
+  * Analyze md5sums in .deb and skip identical files.
+  * Add support for sqlite3 databases.
+  * Implement fuzzy-matching of files in the same container using ssdeep.
+  * Add pydist-overrides for magic and rpm.
+  * When comparing .changes, match names without version numbers.
+  * Switch to pybuild as dh buildsystem.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 31 Jul 2015 08:38:10 +0000
+
 debbindiff (26) unstable; urgency=low
 
   * Declare the package autopkgtestable.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list