[diffoscope] 03/03: Release version 44
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Dec 18 16:49:16 CET 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit 0a89c7f9850aa594657a90fc23b627c78798ade7
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Dec 18 16:42:28 2015 +0100
Release version 44
---
debian/changelog | 23 +++++++++++++++++++++++
diffoscope/__init__.py | 2 +-
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 509c09e..69b19e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+diffoscope (44) unstable; urgency=medium
+
+ [ Mike Hommey ]
+ * Tell readelf to use wide output. (Closes: #808103)
+ * Add support for Mozilla optimized Zip files. (Closes: #808002)
+ * Use <ins/> and <del/> in HTML output.
+ * Fix line numbering in HTML diff output (Closes: #808199)
+
+ [ Jérémy Bobbio ]
+ * Fix .deb comparisons when md5sums is wrong or missing. (Closes: #808104)
+ * Remove some quadratic string concatenations in HTML presenter.
+ * Remove useless <span>s in HTML output. (Closes: #808121)
+ * Replace calling find by using os.walk in directory comparator.
+ * Sort the file list in directory comparator. (Closes: #808003)
+ * Ensure the 'lines skipped' message gets written when lines are skipped
+ at the end of a diff.
+ * Make sure to read HTML reports as utf-8 in tests.
+
+ [ Esa Peuha ]
+ * Convert HTML character entity references to UTF-8 characters to save space.
+
+ -- Jérémy Bobbio <lunar at debian.org> Fri, 18 Dec 2015 15:42:20 +0000
+
diffoscope (43) unstable; urgency=low
[ Reiner Herrmann ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index e93a2bc..c35caaa 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
import shutil
import tempfile
-VERSION = "43"
+VERSION = "44"
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