[Reproducible-commits] [debbindiff] 03/03: Release version 10

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Mar 20 12:56:50 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 620cd3e608d0deee46dc5c64bacb725d14c917e3
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Mar 20 12:49:02 2015 +0100

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

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 5d5079f..9b62216 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
 
 import logging
 
-VERSION = "9"
+VERSION = "10"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index b2550e2..fe1542d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+debbindiff (10) unstable; urgency=low
+
+  [ Chris Lamb ]
+  * SVGZ files are gzip files.
+  * Use gzip comparator for .tgz files.
+
+  [ Reiner Herrmann ]
+  * Use zip comparator for Java web archives (.war).
+  * Use zip comparator for epub files.
+  * Don't fill up diffs with dots.
+  * Add support for squashfs images.
+
+  [ Jérémy Bobbio ]
+  * Output a nicer name for sub-directories.
+  * Also compare stat, acl, and xattrs when comparing directories.
+  * Check for availability of tools required by comparators (original work by
+    Reiner Herrmann). Most packages in Depends are now in Recommends.
+  * Ask objdump to display more sections.
+  * Drop stderr output when running cpio -t.
+  * Attempt to sort out multiple decoding and encoding issues.
+    (Closes: #778641)
+  * Fix source path when handling gzip, bzip2 and xz. (Closes: #779474)
+  * Don't crash when two .changes don't contain the same files.
+    (Closes: #779391)
+  * Properly split lines when comparing .changes.
+  * Add newlines if needed in text output.
+  * Remove most table borders in HTML output. (Closes: #779475)
+  * Properly close <span/> in HTML output.
+  * Add anchors in HTML output. (Closes: #778537)
+  * Update debian/copyright.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 20 Mar 2015 13:52:44 +0100
+
 debbindiff (9) unstable; urgency=medium
 
   [ Chris Lamb ]

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