[Reproducible-commits] [debbindiff] 04/04: Release version 8
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Feb 10 02:14:08 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 25865104f262fa2fe4e9802acee4c100f87051df
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Feb 6 19:20:55 2015 +0100
Release version 8
---
debbindiff/__init__.py | 2 +-
debian/changelog | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index b74aaf8..69c60f8 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
import logging
-VERSION = "7"
+VERSION = "8"
logger = logging.getLogger("debbindiff")
logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 3a7103a..42fc26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+debbindiff (8) unstable; urgency=medium
+
+ [ Peter De Wachter ]
+ * Use `diff -a` so debbindiff doesn't abort on binary files.
+
+ [ Jérémy Bobbio ]
+ * Verify that version in debian/changelog matches debbindiff version.
+ * Update debian/copyright.
+ * Recognize text/plain files.
+
+ [ Reiner Herrmann ]
+ * Increased line context of diff to further lower running time.
+ * Use text comparator for xml/xhtml files.
+ * Use text comparator for postscript files.
+ * Add support for cpio archives.
+ * Add support for rpm packages.
+ * Fix a typo in debbindiff name in source headers.
+
+ [ Chris Lamb ]
+ * Improve code quality in several places.
+
+ -- Jérémy Bobbio <lunar at debian.org> Tue, 10 Feb 2015 03:02:55 +0100
+
debbindiff (7) unstable; urgency=medium
[ 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