[Reproducible-commits] [diffoscope] 01/01: Release version 36

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 22 09:30:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit dd53287d4c4025fe9a53145b401d343f57aaa999
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Sep 22 11:24:54 2015 +0200

    Release version 36
---
 debian/changelog       | 7 +++++++
 diffoscope/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3641854..fe7d778 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+diffoscope (36) unstable; urgency=low
+
+  * Read Debian .changes file as utf-8 encoded.
+  * Add missing encode() for the 'too much input for diff' message.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Tue, 22 Sep 2015 11:24:37 +0200
+
 diffoscope (35) unstable; urgency=low
 
   [ Jérémy Bobbio ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index ea8caad..711a72c 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "35"
+VERSION = "36"
 
 logger = logging.getLogger("diffoscope")
 logger.setLevel(logging.WARNING)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list