[Pkg-javascript-commits] [node-expat] branch master updated (8173337 -> 58f44b1)

Jonas Smedegaard dr at jones.dk
Wed Aug 31 10:46:47 UTC 2016


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

js pushed a change to branch master
in repository node-expat.

      from  8173337   Prepare for release: Update changelog, control file and copyright hints.
       new  fe0cd1b   Stop suppress versioned debhelper build-dependency (done in CDBS now).
       new  8b0134a   Stop track upstream source with CDBS (use gpb --uscan).
       new  1a6046d   Update watch file: Use Github pattern. Mention gpb --uscan in usage comment.
       new  6bfad80   Modernize git-buildpackage config: Avoid git- prefix. Filter any .gitignore file.
       new  82e61aa   Declare compliance with Debian Policy 3.9.8.
       new  452e855   Fix Vcs-Git field URL.
       new  ba7041f   Update changelog, control file and copyright hints.
       new  b86cad2   benchmark
       new  dac1351   Merge pull request #133 from node-xmpp/benchmarl
       new  da57ad9   bump dependencies
       new  f4730ba   Merge pull request #140 from node-xmpp/bum-deps
       new  34b7108   fix test randomely failing
       new  92dc6d7   Merge pull request #141 from node-xmpp/fix-test-race
       new  75c00f5   2.3.13
       new  ba1a8d3   Add Windows notice
       new  3152b17   bump dependencies and update README benchmark
       new  ce4db56   moving back to astro github account
       new  d5f8931   delint
       new  63a9e72   fixup! add missing standard dependency (lint script)
       new  c4c43a7   Merge pull request #156
       new  0184a2d   ugprade libexpat version 2.2.0
       new  a395d40   Merge pull request #155
       new  527d105   package.json: add many contributors
       new  a8f66c3   2.3.14
       new  d4371ce   Removed duplicated API method in documentation
       new  4fb9e59   Merge pull request #157 from jazzzz/patch-1
       new  0f102e8   Updated deps
       new  cfa2e55   Merge pull request #154 from fiznool/master
       new  b062e57   2.3.15
       new  70f3461   New upstream version 2.3.15
       new  67a4abb   Merge tag 'upstream/2.3.15'
       new  9f3b76b   Fix use http protocol (not https) for Homepage URL.
       new  a25fd78   Unfuzz patch 1001.
       new  58f44b1   Prepare for release: Update changelog.

The 34 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:
 .npmignore                                         |   2 +-
 README.md                                          | 107 ++++-
 bench.js                                           |  61 ---
 benchmark.js                                       |  71 +++
 debian/changelog                                   |  35 ++
 debian/control                                     |   6 +-
 debian/control.in                                  |   6 +-
 debian/copyright_hints                             |  14 +-
 debian/gbp.conf                                    |   4 +-
 .../patches/1001_relax_test_timing_tolerance.patch |   4 +-
 debian/rules                                       |   8 -
 debian/watch                                       |   6 +-
 deps/libexpat/CMake.README                         |  12 +-
 deps/libexpat/CMakeLists.txt                       |  37 +-
 deps/libexpat/COPYING                              |   5 +-
 deps/libexpat/Changes                              |  66 ++-
 deps/libexpat/MANIFEST                             |   4 +-
 deps/libexpat/Makefile.in                          |  29 +-
 deps/libexpat/README                               |   4 +-
 deps/libexpat/bcb5/elements.bpr                    |   2 +-
 deps/libexpat/bcb5/expat.bpr                       |  20 +-
 deps/libexpat/bcb5/expat.mak                       |   2 +-
 deps/libexpat/bcb5/expat_static.bpr                |  18 +-
 deps/libexpat/bcb5/expat_static.mak                |   2 +-
 deps/libexpat/bcb5/expatw.bpr                      |  22 +-
 deps/libexpat/bcb5/expatw.mak                      |   2 +-
 deps/libexpat/bcb5/expatw_static.bpr               |  34 +-
 deps/libexpat/bcb5/expatw_static.mak               |   2 +-
 deps/libexpat/bcb5/outline.bpr                     |   2 +-
 deps/libexpat/bcb5/xmlwf.bpr                       |  16 +-
 deps/libexpat/bcb5/xmlwf.mak                       |   2 +-
 deps/libexpat/conftools/ac_c_bigendian_cross.m4    |   2 +-
 deps/libexpat/conftools/mkinstalldirs              |   2 +-
 deps/libexpat/doc/expat.png                        | Bin 1027 -> 1029 bytes
 deps/libexpat/doc/reference.html                   |   8 +-
 deps/libexpat/doc/valid-xhtml10.png                | Bin 2368 -> 2370 bytes
 deps/libexpat/examples/elements.c                  |   9 +-
 deps/libexpat/examples/outline.c                   |   7 +
 deps/libexpat/lib/amigaconfig.h                    |   3 -
 deps/libexpat/lib/expat.dsp                        |   4 +-
 deps/libexpat/lib/expat.h                          |  13 +-
 deps/libexpat/lib/expat_external.h                 |  14 +
 deps/libexpat/lib/expat_static.dsp                 |   4 +-
 deps/libexpat/lib/expatw.dsp                       |   4 +-
 deps/libexpat/lib/expatw_static.dsp                |   4 +-
 deps/libexpat/lib/internal.h                       |  22 +
 deps/libexpat/lib/libexpat.def                     |   3 +
 deps/libexpat/lib/libexpatw.def                    |   3 +
 deps/libexpat/lib/xmlparse.c                       | 127 ++++--
 deps/libexpat/lib/xmlrole.c                        | 224 +++++-----
 deps/libexpat/lib/xmltok.c                         | 230 +++++++---
 deps/libexpat/lib/xmltok.h                         |  10 +-
 deps/libexpat/lib/xmltok_impl.c                    | 226 +++++-----
 deps/libexpat/tests/benchmark/README.txt           |   2 +-
 deps/libexpat/tests/chardata.c                     |   8 +-
 deps/libexpat/tests/minicheck.c                    |   7 +-
 deps/libexpat/tests/minicheck.h                    |  15 +-
 deps/libexpat/tests/runtests.c                     | 479 ++++++++++++++-------
 deps/libexpat/tests/xmltest.sh                     |   8 +-
 deps/libexpat/win32/README.txt                     |   8 +
 deps/libexpat/win32/expat.iss                      |  25 +-
 deps/libexpat/xmlwf/codepage.c                     |   5 +-
 deps/libexpat/xmlwf/readfilemap.c                  |   9 +-
 deps/libexpat/xmlwf/unixfilemap.c                  |   4 +-
 deps/libexpat/xmlwf/xmlfile.c                      |   9 +-
 deps/libexpat/xmlwf/xmlwf.c                        |  48 ++-
 deps/libexpat/xmlwf/xmlwf.dsp                      |   4 +-
 package.json                                       |  48 ++-
 test/index.js                                      |  39 +-
 69 files changed, 1458 insertions(+), 784 deletions(-)
 delete mode 100644 bench.js
 create mode 100644 benchmark.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list