[Reproducible-commits] [diffoscope] 09/09: Release version 31

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Aug 20 22:09:42 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 6968b26d632c52fc0fa70459895bc540e74d8c75
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Aug 21 00:03:16 2015 +0200

    Release version 31
---
 debian/changelog       | 24 ++++++++++++++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c4c1574..b33b497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+diffoscope (31) unstable; urgency=low
+
+  [ Reiner Herrman ]
+  * Fix detection of jar archives.
+  * Make some hardcoded limits configurable. (Closes: #795292)
+
+  [ Mattia Rizzolo ]
+  * Don't print the traceback when killed by KeyboardInterrupt.
+  * Add a --debugger option to dump the user into pdb in case of crashes.
+    (Closes: #796204)
+
+  [ Jérémy Bobbio ]
+  * Replace ssdeep by tlsh
+
+  [ Chris Lamb ]
+  * Unify to 4 spaces everywhere.
+  * Leave string interpolation to logging.$level(..) calls.
+  * Add missing 'sys' import.
+  * Specify source of 'Files' correct; was using "Changes" leaked from for loop.
+  * Remove unused and duplicate imports.
+  * Support passing directories as "foo/" or "foo".
+
+ -- Jérémy Bobbio <lunar at debian.org>  Fri, 21 Aug 2015 00:03:11 +0200
+
 diffoscope (30) unstable; urgency=low
 
   * Remove empty line at the beginning of HTML reports.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 5826fea..88f8672 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "30"
+VERSION = "31"
 
 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