[Reproducible-commits] [debbindiff] 05/05: Release version 5
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Dec 30 11:48:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository debbindiff.
commit 34e34e57ad08ca7a70ed4ec83971f8aa8bade246
Author: Jérémy Bobbio <lunar at debian.org>
Date: Tue Dec 30 12:35:02 2014 +0100
Release version 5
---
debbindiff/__init__.py | 2 +-
debian/changelog | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 983b4d5..6905f58 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
import logging
-VERSION = "4"
+VERSION = "5"
logger = logging.getLogger("debbindiff")
logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 276f00e..f782611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+debbindiff (5) unstable; urgency=medium
+
+ * Properly encode strings before writing them to tempfiles.
+ (Closes: #764254)
+ * Fallback on binary comparison when text encoding is unknown.
+ * Always use given source path in binary_fallback.
+ * Add support for .udeb.
+ * Add support for ttf and otf files.
+ * Add support for png files. (Closes: #773573)
+
+ -- Jérémy Bobbio <lunar at debian.org> Tue, 30 Dec 2014 12:34:13 +0100
+
debbindiff (4) unstable; urgency=medium
* Look harder for differences in zip files if needed.
--
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