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

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Aug 9 10:36: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 8988c120e5a818b77b05e51085e534f5f7628ab3
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Aug 9 12:18:36 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c25b06c..c4c1574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+diffoscope (30) unstable; urgency=low
+
+  * Remove empty line at the beginning of HTML reports.
+  * Stop failing to run the tests when uid 1000 doesn't exist.
+  * Make .changes file matching more accurate.
+  * Move the sanity check for version number from clean to build rule.
+  * Remove leftover debug in squashfs comparator.
+  * Stop decompressing squashfs directories as we compare content already.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sun, 09 Aug 2015 12:18:30 +0200
+
 diffoscope (29) unstable; urgency=low
 
   [ Reiner Herrmann ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 7b6d47f..5826fea 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "28"
+VERSION = "30"
 
 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