[Reproducible-commits] [debbindiff] 03/03: Release version 11
Jérémy Bobbio
lunar at moszumanska.debian.org
Mon Mar 23 21:08:20 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 1f24b2eaa587547ede8ef1b0802d8543cc2ccc21
Author: Jérémy Bobbio <lunar at debian.org>
Date: Mon Mar 23 22:00:45 2015 +0100
Release version 11
---
debbindiff/__init__.py | 2 +-
debian/changelog | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 9b62216..65daf48 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
import logging
-VERSION = "10"
+VERSION = "11"
logger = logging.getLogger("debbindiff")
logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index fe1542d..3b99db7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+debbindiff (11) unstable; urgency=low
+
+ * Use latin-1 to decode showttf output.
+ * Normalize locale environment variables on startup and subsequently use
+ UTF-8 to decode output of most external tools. (Closes: #780863)
+ * Error out when encoding is not Unicode-compatible for text output.
+ (Closes: #778641)
+
+ -- Jérémy Bobbio <lunar at debian.org> Mon, 23 Mar 2015 22:00:15 +0100
+
debbindiff (10) unstable; urgency=low
[ Chris Lamb ]
--
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