[Pkg-mediawiki-commits] [wikidiff2] branch master updated (7bb31ee -> 3f7a907)

Kunal Mehta legoktm-guest at moszumanska.debian.org
Tue Oct 31 05:36:10 UTC 2017


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

legoktm-guest pushed a change to branch master
in repository wikidiff2.

      from  7bb31ee   Revert "Port to dh-php based packaging"
       new  4bb5d69   New upstream version 1.5.1
       new  97e75ae   Update upstream source from tag 'upstream/1.5.1'
       new  5b6ca24   Bump Standards-Version to 4.1.1
       new  999f454   Fix vcs-field-uses-insecure-uri lintian warnings
       new  3f7a907   wikidiff2 (1.5.1-1) unstable; urgency=medium

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore          |  37 +++++++
 DiffEngine.h        | 104 ++++++++++++++++++
 DiffTest/test.php   |   2 +
 FuzzTest/fuzz.php   |  59 ++++++++++
 FuzzTest/random.php | 153 ++++++++++++++++++++++++++
 InlineDiff.cpp      |   8 +-
 InlineDiff.h        |   2 +-
 README              |  13 +++
 TableDiff.cpp       |  54 ++++++---
 TableDiff.h         |   2 +-
 Wikidiff2.cpp       | 311 ++++++++++++++++++++++++++++------------------------
 Wikidiff2.h         |  82 +++++++++-----
 config.m4           |   2 +-
 debian/changelog    |   9 ++
 debian/control      |   6 +-
 ext_wikidiff2.php   |   7 +-
 hhvm_wikidiff2.cpp  |  25 +++--
 php_wikidiff2.cpp   |  27 +++--
 php_wikidiff2.h     |   1 +
 tests/001.phpt      |  25 ++---
 tests/004.phpt      |   3 +-
 tests/007.phpt      | 114 +++++++++++++++++++
 tests/008.phpt      |  54 +++++++++
 textutil.h          | 180 ++++++++++++++++++++++++++++++
 24 files changed, 1051 insertions(+), 229 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 FuzzTest/fuzz.php
 create mode 100644 FuzzTest/random.php
 create mode 100644 tests/007.phpt
 create mode 100644 tests/008.phpt
 create mode 100644 textutil.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wikidiff2.git



More information about the Pkg-mediawiki-commits mailing list