[diffoscope] 02/02: Release version 53
Mattia Rizzolo
mattia at debian.org
Fri Jun 3 17:34:11 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit cab1df85c486302dbe5422c37fc3a4176405c9bc
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jun 3 15:30:39 2016 +0000
Release version 53
---
debian/changelog | 24 ++++++++++++++++++++++++
diffoscope/__init__.py | 2 +-
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 28a1c33..54de189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+diffoscope (53) unstable; urgency=medium
+
+ [ Reiner Herrmann ]
+ * In the directory comparator, fall back to current directory instead of
+ empty name. (Closes: #820624)
+ * Improve deb(5) support. (Closes: #818414)
+
+ [ Mattia Rizzolo ]
+ * debian/control: add myself to Uploaders.
+ * Clean up temporary debuglink files.
+ * Fix FileNotFoundError with broken symlinks. (Closes: #818856)
+ * Decode Md5sumsFile in utf-8. (Closes: #823874)
+ * Always suffix temporary files with '_diffoscope'.
+ * Rewrite sanity check for the version to always run every time debian/rules
+ is invoked, not only during a binary build.
+
+ [ Ed Maste ]
+ * Add FreeBSD packages for required tools.
+
+ [ Ceridwen ]
+ * Add README.rst to MANIFEST.in.
+
+ -- Mattia Rizzolo <mattia at debian.org> Fri, 03 Jun 2016 14:23:16 +0000
+
diffoscope (52) unstable; urgency=medium
[ Mattia Rizzolo ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 8509e2b..6d9228b 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
import shutil
import tempfile
-VERSION = "52"
+VERSION = "53"
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