[Reproducible-commits] [debbindiff] 01/01: Release version 25

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Jun 27 14:42:23 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 64d8839948a8902c407f5b6e0c1b385893851b50
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jun 27 14:33:05 2015 +0000

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

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 4ba17e4..802ba32 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
 import logging
 from distutils.spawn import find_executable
 
-VERSION = "24"
+VERSION = "25"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index bd5debd..9bd255c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+debbindiff (25) unstable; urgency=low
+
+  * Comparators now have a test suite with 93% code coverage.
+  * Support autopkgtest to run the test suite.
+  * Properly strip path from javap output even when they are relative.
+  * Also remove 'Last modified' and 'MD5 checksum' lines from javap output.
+  * Factorize readelf commands.
+  * Filter archive name from readelf output.
+  * Filter archive name from objdump output.
+  * Fix charset handling of .mo files.
+  * Don't be quadratic when parsing .mo header.
+  * Skip archive name in zipinfo output.
+  * Fix destination path when decompressing gzip files not ending in .gz.
+  * Filter image name from squashfs superblock information.
+  * Fix comparison of files in cpio archives.
+  * Change how we handle a missing RPM module.
+  * Don't add empty Difference when comparing files with equal metadata in
+    directories.
+  * Filter access time from stat output.
+  * Rename .changes comparator.
+  * Rework .changes comparator.
+  * Comparators now return a single Difference instead of a list of Difference.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 27 Jun 2015 14:32:58 +0000
+
 debbindiff (24) unstable; urgency=medium
 
   * Fix for undefined variables introduced in last release.

-- 
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