[Reproducible-commits] [debbindiff] 05/05: Release version 7
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Jan 10 13:11:00 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 fae15f436b6a8977f63c720c09d779d2871e8f93
Author: Jérémy Bobbio <lunar at debian.org>
Date: Sat Jan 10 13:32:59 2015 +0100
Release version 7
---
debbindiff/__init__.py | 2 +-
debian/changelog | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 6905f58..c042de0 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
import logging
-VERSION = "5"
+VERSION = "7"
logger = logging.getLogger("debbindiff")
logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 67b2356..3a7103a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+debbindiff (7) unstable; urgency=medium
+
+ [ Jérémy Bobbio ]
+ * Add support for PDF files.
+ * Add --max-report-size command-line option.
+ * Add extra mime type for .deb.
+ * Fallback on binary comparison when external tools fail. (Closes: #764140)
+ * Update copyrights.
+
+ [ Helmut Grohne ]
+ * Avoid unnecessary guess_mime_type calls.
+
+ [ Reiner Herrmann ]
+ * Speed up creation of diffs by removing extra lines before calling vim.
+
+ -- Jérémy Bobbio <lunar at debian.org> Sat, 10 Jan 2015 14:05:17 +0100
+
debbindiff (6) unstable; urgency=medium
* Fallback to binary comparison when text encoding gets misdetected.
--
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