[diffoscope] 01/01: Prepare changelog for 63

Ximin Luo infinity0 at debian.org
Fri Dec 2 12:08:12 CET 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository diffoscope.

commit 32f55581237d24b0f9415a272a5d823fc85f18ec
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Dec 2 12:08:00 2016 +0100

    Prepare changelog for 63
---
 debian/changelog              | 15 +++++++++++++++
 debian/control                |  1 +
 diffoscope/presenters/html.py |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index afdc5d7..33f98de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+diffoscope (63) UNRELEASED; urgency=medium
+
+  * Add myself to Uploaders.
+  * Greatly improve speed for large archives by fixing O(n^2) complexity for
+    archive member lookup.
+    - There is still O(n^2) complexity for archive member extraction, but this
+      is less noticeable for various reasons and would require more complexity
+      to fix, so for now is left as a task for the future.
+  * Text output: add coloured diff support via colordiff(1).
+  * Html-dir output: add +/- buttons to fold sub-diffs (i.e. toggle their
+    visibility) as well as the whole diff itself. As with similar features in
+    other programs, the effect affects all descendants if you shift-click.
+
+ -- Ximin Luo <infinity0 at debian.org>  Fri, 02 Dec 2016 11:59:36 +0100
+
 diffoscope (62) unstable; urgency=medium
 
   [ Chris Lamb ]
diff --git a/debian/control b/debian/control
index 7a66cf6..6c9bac4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
  Holger Levsen <holger at debian.org>,
  Mattia Rizzolo <mattia at debian.org>,
  Reiner Herrmann <reiner at reiner-h.de>,
+ Ximin Luo <infinity0 at debian.org>
 Build-Depends:
  bash-completion,
  binutils-multiarch <!nocheck>,
diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 8f6c89d..593515c 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -201,7 +201,7 @@ $(function() {
     return false;
   };
   $(".ondemand td").on('click', load_cont);
-  var diffcontrols = $(".diffcontrol")
+  var diffcontrols = $(".diffcontrol");
   diffcontrols.on('click', function(evt) {
     var control = $(this);
     var target = control.parent().siblings('table.diff, div.difference');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list