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

Jérémy Bobbio lunar at moszumanska.debian.org
Sat May 9 09:45:13 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 bad4feeb3d951bc1b68adf73a93d6d517b9e6b80
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat May 9 11:32:26 2015 +0200

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

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 207b53d..67890dd 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
 import logging
 from distutils.spawn import find_executable
 
-VERSION = "16"
+VERSION = "18"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 82e3c99..e852c97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+debbindiff (18) unstable; urgency=low
+
+  [ Reiner Herrmann ]
+  * Use zip comparator for pk3 files.
+  * Use text comparator for info files.
+  * Drop mime type for info files.
+  * Remove limit of diff output again.
+
+  [ Jérémy Bobbio ]
+  * Assume tar member names are UTF-8 encoded. This allows debbindiff to
+    process drmips.
+  * Write a text report on stdout as default behavior.
+  * Allow both --html and --text to produce output in one run.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 09 May 2015 11:29:46 +0200
+
 debbindiff (17) unstable; urgency=low
 
   [ Jérémy Bobbio ]

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