[diffoscope] 02/02: Release version 55

Reiner Herrmann reiner at reiner-h.de
Fri Jul 15 22:01:40 CEST 2016


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

deki-guest pushed a commit to branch master
in repository diffoscope.

commit b75c869ceee532abb3dc7bb94d2a610a4c5c6863
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Fri Jul 15 21:50:41 2016 +0200

    Release version 55
---
 debian/changelog       | 22 ++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c3e7bd..7ccbb5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+diffoscope (55) unstable; urgency=medium
+
+  [ anthraxx ]
+  * Fix sqlite3 magic recognition when using file >= 5.27. (Closes: #830434)
+
+  [ Satyam Zode ]
+  * Add argument completion feature to diffoscope. (Closes: #826711)
+
+  [ Chris Lamb ]
+  * Improve message when data differs. (Closes: #827981)
+
+  [ Reiner Herrmann ]
+  * Clarify the input arguments. (Closes: #826894)
+
+  [ Holger Levsen ]
+  * Add link to homepage in HTML output.
+
+  [ Rainer Müller ]
+  * python-magic >=0.4.12 does not require decode.
+
+ -- Reiner Herrmann <reiner at reiner-h.de>  Fri, 15 Jul 2016 21:50:29 +0200
+
 diffoscope (54) unstable; urgency=medium
 
   * Fix syntax in RequiredToolNotFound.PROVIDERS.  This caused --list-tools to
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index f207fb2..1caebe9 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
 import shutil
 import tempfile
 
-VERSION = "54"
+VERSION = "55"
 
 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 diffoscope mailing list