[Reproducible-commits] [diffoscope] 04/04: Release version 41

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Nov 14 13:45:30 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 a890f29df886b2fde994699a96d756653191ca2a
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Nov 14 14:23:17 2015 +0100

    Release version 41
---
 debian/changelog       | 12 ++++++++++++
 diffoscope/__init__.py |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e14789f..4110b68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+diffoscope (41) unstable; urgency=low
+
+  * Minor rewordings in README.
+  * Fix link in README. Thanks anthraxx.
+  * Also skip tests when very common tools are unavailable.
+  * Add git-buildpackage configuration in the hope it will help to get proper
+    source tarball.
+  * Allow commands to be called with specified environment variables.
+  * Force ppudump to output time in UTC by setting TZDIR in the environment.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 14 Nov 2015 14:23:09 +0100
+
 diffoscope (40) unstable; urgency=low
 
   * Add missing files in PyPI package.
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index c981092..0f87542 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "40"
+VERSION = "41"
 
 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