[Reproducible-commits] [debbindiff] 02/02: Release version 14
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Apr 2 15:04:24 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 72d1ca58f651871d7c43f53cabff8a86af986672
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Apr 2 16:17:18 2015 +0200
Release version 14
---
debbindiff/__init__.py | 2 +-
debian/changelog | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 4c9696f..d9c8cc1 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
import logging
from distutils.spawn import find_executable
-VERSION = "13"
+VERSION = "14"
logger = logging.getLogger("debbindiff")
logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 8976387..9b172cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+debbindiff (14) unstable; urgency=low
+
+ * Remove diffutils from Recommends as it is Essential:yes.
+ * Fallback to Python hexlify if xxd is not available.
+ * Decode msgunfmt output using the actual PO charset.
+ * Stop buffering output of most external commands and
+ send it to diff as it comes. (Closes: #781373)
+ * Stop feeding input to diff after a certain amount of lines,
+ as GNU diff cannot cope with arbitrary large output.
+ * Fix newline and tab handling in HTML presenter.
+
+ -- Jérémy Bobbio <lunar at debian.org> Thu, 02 Apr 2015 16:16:59 +0200
+
debbindiff (13) unstable; urgency=low
[ Helmut Grohne ]
--
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