[Reproducible-commits] [debbindiff] 05/05: Release version 12

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Mar 27 17:49:54 UTC 2015


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

lunar pushed a commit to annotated tag 12
in repository debbindiff.

commit d46ef29101b0d7a6d667fe788c6829c0559faa13
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Mar 27 18:42:36 2015 +0100

    Release version 12
---
 debbindiff/__init__.py |  2 +-
 debian/changelog       | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 42b9ca9..52ce0d0 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
 import logging
 from distutils.spawn import find_executable
 
-VERSION = "11"
+VERSION = "12"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 3b99db7..3a571d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+debbindiff (12) unstable; urgency=low
+
+  [ Helmut Grohne ]
+  * Attempt at fixing unicode issues with --text. (Closes: #778641)
+
+  [ Jérémy Bobbio ]
+  * Try with utf-8 encoding when comparing text files and no common
+    encoding has been detected.
+  * Perform content comparison when finding differences instead of
+    waiting for the presentation phases. (Closes: #781280)
+  * Instead of using vim, the HTML view is created from diff output.
+    (Closes: #772029, #779476)
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 27 Mar 2015 18:42:26 +0100
+
 debbindiff (11) unstable; urgency=low
 
   * Use latin-1 to decode showttf output.

-- 
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