[diffoscope] 01/01: Release version 56
Reiner Herrmann
reiner at reiner-h.de
Thu Jul 28 00:07:57 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 b64cc9c32def3b3a02bac9e086ab180618cfa6e9
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Thu Jul 28 00:03:18 2016 +0200
Release version 56
---
debian/changelog | 18 ++++++++++++++++++
diffoscope/__init__.py | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7ccbb5b..3364390 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+diffoscope (56) unstable; urgency=medium
+
+ [ Jérémy Bobbio ]
+ * Fix maybe_decode() so that it actually works.
+
+ [ Chris Lamb ]
+ * Mask EPIPE to avoid ugly tracebacks when eg. prematurely terminating $PAGER.
+ * Add git index file comparator.
+ * Drop unused imports in Ar comparator.
+
+ [ Ximin Luo ]
+ * Add support for AR archives (including Rust .rlib files).
+ * Add some more documentation for ArFile/ArContainer.
+ * RequiredToolNotFound.PROVIDERS dict values are package names, not binary
+ names.
+
+ -- Reiner Herrmann <reiner at reiner-h.de> Thu, 28 Jul 2016 00:02:56 +0200
+
diffoscope (55) unstable; urgency=medium
[ anthraxx ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index dbfb728..1238197 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
import shutil
import tempfile
-VERSION = "55"
+VERSION = "56"
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