[Pkg-javascript-commits] [node-expat] branch master created (now 8173337)

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:38 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.

        at  8173337   Prepare for release: Update changelog, control file and copyright hints.

This branch includes the following new commits:

       new  4541157   barely works, finally
       new  417e1f2   StartElement & EndElement events + tests
       new  8ed0e79   emit text event
       new  2de23b9   test: use all stepsizes for each test
       new  18227be   README
       new  8e5a2f0   README: markdown fixes
       new  fb23368   README: Instructions & Namespace handling
       new  a10bffc   README: markdown fixes
       new  0728acb   expat.cc: rm debug output
       new  28b5904   test for entities
       new  ab65c9b   test: add run stats
       new  e6ac47b   move SAX callbacks to private static methods of class Parser
       new  0b6393c   fix expected XML_ParseBuffer() return value
       new  8bff36b   indentation
       new  1eab835   processingInstruction & comment events
       new  01abaaa   pass encoding optionally to new Parser() or use setEncoding()
       new  94ef41e   i can has error handling
       new  48381b7   README: TODO
       new  f75f0c2   xmlDecl callback
       new  72123e2   getError()
       new  1c3b5a7   README: Error handling
       new  ed7a520   expat: comments
       new  f301bde   node.js Buffer support (speed++)
       new  5ae6522   README: TODO done
       new  4b383ae   README: not only 3 events anymore
       new  7e87463   xmlDecl callback data is optional
       new  ada063b   parse(): check buffer param and raise TypeError
       new  ffaec9d   Making this a NPM module
       new  4199cb2   Adding install script to package information (and renaming to install.sh)
       new  94081ca   test.js: don't use setEncoding(), it's superfluous right after new Parser()
       new  cbc9580   LICENSE: MIT
       new  20c23a8   Merge remote branch 'hammerdr/master'
       new  1944d58   install.sh: add shebang
       new  aeba208   package.json: version is 0.0.4
       new  af79c3c   install.sh: make executable
       new  dd998d8   node-expat 1.0.0
       new  f6f1e24   pimp my package.json
       new  5bd15bf   package.json: fix main path
       new  4cc1fe1   node-expat 1.0.1
       new  af7dcf4   rename expat.cc & target binary to node-expat
       new  ee041ce   node-expat 1.1.0
       new  b464870   node.js v0.3 Buffer compatibility
       new  74592f4   emit startCdataElement/endCdataElement
       new  cc8a46a   rename startCdataElement/endCdataElement to startCdata/endCdata
       new  97e60e1   test.js: test for new cdata events
       new  dec2165   node-expat 1.2.0
       new  89528d4   Imported Upstream version 1.2.0
       new  dadff04   Initial release.
       new  deb3dda   Fix gitignore /.pc (not bogus raw).
       new  2d3ce7d   Rename binary package to match micro-policy Node naming scheme: libnode-PKG.
       new  0f98586   Prepare for release: Update changelog and control file.
       new  debc378   Fix tie proper email addresses to artist and real name of upstream author, as per request.
       new  44c1704   Package now team-maintained: Set Debian Javascript Maintainers as maintainer. Set myself as uploader.
       new  be57955   Prepare for release: Update changelog, control file and copyright hints.
       new  45a818a   expose stop and resume to the nodejs side
       new  7a605ac   test for start/stop
       new  8231436   revert version, should not be changed without release
       new  9502068   unified wording in test
       new  0b925cb   package.json: contributors
       new  4c7daa6   expose stop and resume to the nodejs side
       new  e8904ba   test for start/stop
       new  e50b03d   unified wording in test
       new  fcde09e   node-expat 1.3.0
       new  4ca9ec7   Imported Upstream version 1.3.0
       new  3fce362   Merge commit 'upstream/1.3.0'
       new  07f3a2c   Update md5sum hint for new upstream v1.3.0 release.
       new  ae8be32   Bump copyright file format to draft 174 of DEP-5.
       new  af84849   Bump policy compliance to standards-version 3.9.2.
       new  e372b98   Update changelog and control file.
       new  b4f666a   Prepare release: Update changelog.
       new  c9162d0   implement entityDecl event + test
       new  d39b7e3   alias stop as pause to match node conventions
       new  e172d8d   node-expat 1.3.1
       new  9f7fc98   package.json: scripts
       new  0b78f48   test.js: port to vows
       new  92c3bdd   don't assert anything when parsing empty buffer
       new  78181b4   test.js: restore entityDecl test
       new  23fc14b   node-expat 1.3.2
       new  3ce618e   test.js: repair start & stop test case
       new  3ff8fa2   adds fail test to double parse the same document with the same parser instance
       new  b24d9a2   adds fail test to double parse the same document with the same parser instance
       new  a8a06e4   improves test
       new  1da0cd5   closes issue #15
       new  59b9564   package.json: add Camilo Aguilar to contributors
       new  2f24b62   wrap parser because EventEmitter is pure-JS as of node 0.5.x
       new  a815b6a   test.js: twice parsing is pending
       new  0833c14   node-expat 1.4.0
       new  f87253d   Imported Upstream version 1.4.0
       new  736db1e   Merge commit 'upstream/1.4.0'
       new  696439b   Update md5sum hint for new upstream 1.4.0 release.
       new  b78d656   Run regression tests during build. Build-depend on libnode-vows.
       new  5ba3fb3   Prepare release: Update changelog, control file and copyright hints.
       new  1ec3d3a   Fix for Node.js 0.6.0: Build seems to be now in Release instead of default
       new  5f40076   fix backwards compatibility for node 0.4.x
       new  30567d5   Merge pull request #21 from mweibel/patch-1
       new  7b3ca92   node-expat 1.4.1
       new  3268c6c   package.json: contributor Michael Weibel
       new  cb897fe   Imported Upstream version 1.4.1
       new  66004a6   Merge commit 'upstream/1.4.1'
       new  c91bfd7   Update md5sum hint for new upstream 1.4.1 release.
       new  a6a5a9e   Rename libnode-node-expat → node-node-expat. Replace and conflict with (and temporarily provide) old package name.
       new  8bd9e16   Build-depend on node-vows favored over legacy package name libnode-vows.
       new  812a009   Drop dpkg local-options hints from packaging source: now defaults.
       new  0958b85   Prepare for release: Update changelog, control file and copyright hints.
       new  2f3fa70   Drop obsolete (and ignored on buildds) libnode-* fallback build-dependency.
       new  9db146e   Bump debhelper compatilibity level to 7.
       new  99f50dd   Update changelog and control file.
       new  bb8e74d   Prepare for release: Update changelog.
       new  f995bc4   CI w/ Travis, tests with vows
       new  9277f98   test: rm unused require('sys')
       new  03cabcc   updates files to rename the native module to node_expat to be able to load it in windows (native modules with - fail to load)
       new  3c4fe34   Added windows building tools in wintools folder
       new  31ee208   Added Readme.txt in wintools and fixed an echo in the script
       new  52ec224   Added node-gyp to build the module in linux
       new  e7ad1ab   Added linux building support and renamed wintools to tools
       new  9b7a994   Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp
       new  f1bc269   package.json: fix dup "scripts" key
       new  33d69a1   Update watch file to use more flexible regex.
       new  6559f0c   added stream support
       new  70c3121   adding bench for streaming from file
       new  bbb95b6   Update bench.js:  * added 'sax' parser to benchmark;  * added average el/s calculation on process exit;  * require 'sys' replaced with 'util' as proposed in the new versions of Nodejs.
       new  d88dab1   Merge pull request #26 from zerodivisi0n/patch-1
       new  b0cd393   package.json: dependencies as object not array
       new  0030d4e   package.json: update
       new  8509fc9   node-expat 1.4.2
       new  1e21273   EntityDecl: obey value_length parameter
       new  d630e9b   node-expat 1.4.3
       new  75414cf   Imported Upstream version 1.4.3
       new  c77e825   Merge tag 'upstream/1.4.3'
       new  4ecb206   Update upstream-tarball hints for new upstream source.
       new  3caadab   Bump copyright file format to 1.0.
       new  6ed13d1   Bump standards-version to 3.9.3.
       new  1aaea64   Prepare for release: Update changelog, control file and copyright hints.
       new  776779e   Implement libexpat getCurrentLineNumber/getCurrentColumnNumber/getCurrentByteIndex
       new  68df853   node-expat 1.4.5
       new  9e29e29   Imported Upstream version 1.4.5
       new  c62e4ff   Merge tag 'upstream/1.4.5'
       new  89a761d   Update upstream-tarball hints for new upstream source.
       new  9c70c87   Extend my copyright for Debian packaging.
       new  1021a62   Update copyright file: Shorten GPL comment, and quote license strings in it.
       new  ec71520   Build-depend unversioned on nodejs-dev: Required version satisfied in untable (and unavailable in other Debian releases).
       new  734076b   Prepare for release: Update changelog, control file and copyright hints.
       new  f638c46   Exposing XML_ParserReset.
       new  95f9904   Adding tests for parser reset.
       new  b57053b   Merge master of git://github.com/satyamshekhar/node-expat.git (parser reset support)
       new  c846650   node-expat 1.5.0
       new  4ee9fd0   Imported Upstream version 1.5.0
       new  599357e   Merge tag 'upstream/1.5.0'
       new  f372553   Update upstream-tarball hints for new upstream source.
       new  5f2521f   Prepare for release: Update changelog.
       new  585f949   Use anonscm.debian.org for Vcs-Browser field.
       new  bc7eb32   Update changelog and control file.
       new  8461498   Relax timing tolerance of test to avoid failure on slow architectures. Closes: bug#670678. Thanks to Aaron M. Ucko.
       new  38c02ca   Prepare for release: Update changelog and copyright hints.
       new  d72f5e0   Adding stream tag to version
       new  af2570d   merging in 1.5.0 with stream tag
       new  2dec97e   tidying exports
       new  0cda347   that try catch isn't helping anything
       new  819535e   Fix build issue on FreeBSD
       new  3a6d5e8   Merge 'dhruvbird/master'
       new  11be45e   Merge 'andreasbotsikas/windows-build'
       new  1d3df37   package.json: contributors Dhruv Matani & Andreas Botsikas
       new  844aaf8   Merge 'sh1mmer/master' (streams)
       new  5e8a4f1   integrate stream expat-bench.js into test.js
       new  0ec5fcb   Parser stream interface: emit 'close' after 'end'
       new  e00afd3   Parser stream interface: do not emit 'data'
       new  2e11630   Parser(): simplify parser.emit() proxying
       new  bde1fcb   Parser stream interface: write() & end() emit 'error'
       new  f653829   node-expat 1.6.0
       new  bf9e95f   .travis.yml: drop node 0.4
       new  29cd084   Imported Upstream version 1.6.0
       new  befe070   Merge tag 'upstream/1.6.0'
       new  15198b5   Update upstream-tarball hints for new upstream source.
       new  563bb71   Directly use github.com URL (not githubredir.debian.net redirctor) when fetching upstream source.
       new  2ffe1ec   Add debian/patches/README documenting patch numbering micro-policy.
       new  7f405c0   Refresh patch.
       new  09c9853   Add stamp files to avoid double configure or build.
       new  888bf5f   Tidy rules file: Group node-waf build routines. Generalize node-related commands. Drop needless environment for node test.
       new  147e558   Build verbosely, and avoid ANSI colors.
       new  71dd704   Fix resolve and apply security hardening build flags.
       new  89dd5c4   Prepare for release: Update changelog and copyright hints.
       new  1fa6c6b   .travis.yml: run against node 0.8
       new  e7d7cb5   build: add support for building with node-gyp
       new  4649280   Fix add symlink to still provide old name node-expat (not only new Windows-compatible node_expat). Closes: Bug#678762. Thanks to Lucas Nussbaum and Evgeni Golov.
       new  5a69ec3   Prepare for release: Update changelog.
       new  c388917   Merge tootallnate/gyp: build: add support for building with node-gyp
       new  5514d0e   node-expat 1.6.1
       new  bfed9b3   README: update Instructions
       new  c2144dd   wscript: remove, node-waf is no longer support by node-expat
       new  08d55f2   remove legacy windows build stuff
       new  90edc1f   add vanilla libexpat v2.1.0
       new  92d729e   add libexpat.gyp file
       new  9a913ea   add mac x64 config
       new  c593300   add test "version.c" file
       new  8cf84cf   binding: add libexpat to the "dependecies", don't link to system expat
       new  80328f9   add mac ia32 config
       new  9664c2c   libexpat: move the "expat_config.h" file to the top-level
       new  e6a2287   libexpat: remove platfor+arch specific gyp code
       new  b8cda5d   libexpat: Windows requires the "XML_STATIC" define to be set
       new  d2e32d6   README: remove "apt-get" and "yum" stuff
       new  bd61356   Merge remote-tracking branch 'tootallnate/master'
       new  cb33880   Parser.write(): check for error and emit 'error'
       new  17f8dea   Parser.end(): check for error to emit 'error'
       new  593c2a8   README: doc
       new  e73fdb6   node-expat 2.0.0
       new  33d9aec   Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details.
       new  6e54962   Added QuickStart usage instructions and API from test.js
       new  b79702f   added something to parse in example
       new  44c3f1a   Merge pull request #68 from coolaj86/patch-1
       new  e6e5492   convert to NAN for Node 0.8->0.11+ compatibility
       new  97378fe   Lets drop nodejs < 0.8 support and test up to 0.11
       new  899a409   Require nodejs >= 0.8.0
       new  2b462ed   Merge branch 'nan' of github.com:rvagg/node-expat
       new  a8abb06   Merge pull request #77 from rvagg/nan
       new  da695e9   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  0aa058b   2.1.0
       new  d36d9e1   Add myself to maintainers list
       new  3a6d585   Update README.markdown
       new  8bcfe7f   Revert "Merge pull request #77 from rvagg/nan"
       new  45071dc   2.1.1
       new  9ee2fbe   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  0aca9c6   Reapplying pull request #77 from @rvagg after testing on ubunut
       new  e2f694d   2.1.2
       new  7d50487   Added travis icon
       new  bfae244   Attempt to fix OS error in travis
       new  60df3fa   Missed hyphens
       new  0ebce63   Merge pull request #79 from node-xmpp/travis-coookbook-155
       new  cd63fb0   2.1.3
       new  ef94b88   fix quoting for Windows compile
       new  3289005   Merge pull request #81 from rvagg/windows-fix
       new  5a49ca8   2.1.4
       new  25124ca   Update README.markdown
       new  bbfc2a0   hook an UnknownEncoding handler, setUnknownEncoding(map)
       new  3e3e664   setUnknownEncoding(): don't crash on unsuspecting people
       new  9546618   Point to correct travis build status image
       new  025a609   adding a failing test for iconv
       new  ffddb9e   fixing the default param to be \b
       new  c36e214   lockning the iconv version
       new  2301006   Merge pull request #83 from julien51/unknown-encoding
       new  c0019f0   Add @julien51
       new  de5a942   Merge pull request #88 from node-xmpp/unknown-encoding
       new  a95a44a   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  f602bab   Roughly this version :)
       new  1b01915   Don't test with nodejs 0.9
       new  8760613   2.2.0
       new  fade8a1   Update README.markdown
       new  58961c2   update debian/watch
       new  c1b2843   Update `nan` to version 1.0.0
       new  1d17597   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  b17c0f2   Update `nan`
       new  c03934d   NanSymbol -> NanNew<String>
       new  5e0f03f   NanFromV8String -> NanFromRawString
       new  57de8a8   NanNewLocal -> NanNew
       new  d3f7176   node 0.11.13 / nan 1.2.0 compatible
       new  96011aa   Merge pull request #92 from node-xmpp/issues/90
       new  696a1f6   2.3.0
       new  335368c   move build status logo
       new  8e1651b   Merge pull request #93 from chris-rock/patch-1
       new  596cbef   use bindings lib to locate addon
       new  0eb72f1   Merge pull request #95 from rvagg/bindings
       new  0b732e5   2.3.1
       new  e1b976f   Add a test for the escaping of ampersands
       new  0a2d7b1   Drop superfluous opts from watch file.
       new  d8c5249   Update URLs to reflect upstream reorganisation.
       new  1e2c8c1   Bump compatibility claim to Policy 3.9.5.
       new  c0a294c   Update changelog, control file and copyright hints.
       new  22cbce0   Imported Upstream version 2.3.1
       new  fa8d311   Merge tag 'upstream/2.3.1'
       new  5955615   Extend git-buildpackage config to suppress upstream gitignore file.
       new  d272c01   Stop track checksum of upstream tarballs.
       new  0008bb0   Stop suppress optional build-dependencies: Satisfied even in oldstable.
       new  bc3bab3   Suppress bogus build-dependency on autotools-dev (triggered by convenience code copy).
       new  6a98e76   Update copyright info: Add Files and License sections for convenience code copy of Expat.
       new  8ea2e33   Tidy package relations handling.
       new  0c57655   Update package relations: Stop conflict/replace/provide libnode-node-expat.
       new  e385a69   Update package relations: (Build-)depend on node-bindings and node-nan.
       new  2d21aea   Update package relations: Build-depend on node-iconv.
       new  2fbe152   Use and build-depend on node-gyp.
       new  dd41e59   Fix use nodejs (not node) when executing testsuite. Closes: bug#707510. Thanks to Lucas Nussbaum.
       new  d41be7d   Add patch 2001 to use nodejs (not node) when resolving nan.
       new  df43372   Add patch 2002 to have node-gyp link against system shared expat.
       new  41cf1d4   Unfuzz patch 1001.
       new  9e2c127   Update package relations: Build-depend on pkg-config.
       new  6999e82   Update `nan`
       new  adb0ebf   2.3.2
       new  a7288c1   Move test file, add a reset() call
       new  1b71c3e   Refactor
       new  6451837   Update npm
       new  98973f2   More refactor
       new  9fad909   Add double parsing test back in
       new  d964cf0   Update dependencies
       new  11b5ded   Move test file
       new  63ef9e4   More refactor, add 'debug'
       new  4446b8e   Fire 'close' event
       new  a54b79a   Minor refactor
       new  d1aa00d   Merge pull request #103 from node-xmpp/reset
       new  e4ec0c5   2.3.3
       new  5252024   Add npm-debug.log to the .gitignore file
       new  5e8c19f   Fix repository entry
       new  3cabd7f   Update homepage URL + use https for Github links
       new  d06b087   Upgrade npm in travis for nodejs 0.8
       new  4b7101f   Merge branch 'master' of github.com:node-xmpp/node-expat into issues/104
       new  dac8b64   Merge pull request #105 from node-xmpp/issues/104
       new  0c10be9   2.3.4
       new  cc6fe7d   Update to nan 1.5.1
       new  6530995   Merge pull request #109 from corbinu/master
       new  5a98cdf   2.3.5
       new  b75ce3e   Upgrade `nan`, test on nodejs 0.12
       new  2e9a695   Support iojs on travis
       new  37e2f76   Minimal readme change
       new  0430e44   Update README.markdown
       new  2c91bee   Update `nan`
       new  a268b22   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  9e9f011   Use '~' don't update npm
       new  d2fdfc8   2.3.6
       new  dfb66ac   Update manual link
       new  413b05e   Update nan
       new  d2d9ac4   2.3.7
       new  409eb4b   Merge branch 'master' of github.com:node-xmpp/node-expat
       new  66a83bb   update string usage to nan 1.3.0 style
       new  70ff777   Update `nan`. Fixes #117
       new  75c3e02   2.3.8
       new  2aa9dfd   Declare compliance with Debian Policy 3.9.6.
       new  554224d   Update Vcs-* fields to use canonical URLs and cgit browser.
       new  c8c2807   Fix use SPDX shortname for X11 license. Thanks to Paul Richards Tagliamonte.
       new  49af579   Update copyright info: Extend coverage for myself. Bump packaging copyright to GPL-3+.
       new  8b62711   Tidy: Reorganize rules variables.
       new  b5c2aee   Fix install all code in subdirs referenced by package.json. Thanks to Jérémy Lal (see bug#784439).
       new  c4be61a   Modernize git-buildpackage config: Drop "git-" prefix.
       new  c6f5f75   Update homepage.
       new  965f6ef   Prepare for release: Update changelog, control file and copyright hints.
       new  96f7bee   Some cleanup
       new  9b227ff   Merge pull request #120 from node-xmpp/somefixes
       new  c129cb3   upgrade to NANv2
       new  9ae540c   travis update by @c4milo
       new  9daf70f   Merge pull request #123 from julianduque/master
       new  4963b95   2.3.9
       new  b3f048c   make travis run with Node.js 4.0
       new  58beb44   Merge pull request #127 from node-xmpp/4.0
       new  1569ddf   2.3.10
       new  27d078c   use standard JavaScript style and improvements
       new  50077ad   Merge pull request #130 from node-xmpp/standard
       new  2e9d9f1   2.3.11
       new  5c796d0   Ensure iconv and debug are devDependency - closes #129 Silence expat warnings
       new  5732561   Merge pull request #131 from lovell/quiet-install-fix-deps
       new  ed1e1ef   update travis node versions
       new  415cb33   2.3.12
       new  c9c3b63   Imported Upstream version 2.3.12
       new  0c1afc3   Merge tag 'upstream/2.3.12'
       new  22fdab7   Update package relations: Tighten to (build-)depend versioned on node-nan. Tighten to build-depend versioned on node-vows.
       new  11833a8   Update upstream URLs to consistently use https protocol.
       new  6d9f800   Modernize Vcs-* fields: Use https protocol.
       new  66e7b05   Move packaging git to pkg-javascript team.
       new  269a4bf   Declare compliance with Debian Policy 3.9.7.
       new  fc133eb   Update copyright info: Fix use full path in autotools Files sections.
       new  241f273   Update copyright info: Use License short-name FSFUL (and derivatives).
       new  4f11e7e   Update copyright info: Fix list aclocal.m4 as FSFUL~file licensed.
       new  30e67c9   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  0662834   Add lintian overrides regarding license in License-Reference field. See bug#s786450.
       new  23d5c1b   Bump debhelper compatibility level to 9.
       new  9026eb0   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  8d53717   Add lintian override regarding debhelper 9.
       new  8c70403   Update copyright info: Extend copyright of packaging to cover current year.
       new  0cb1117   Tidy watch file: Add comment hinting about its use.
       new  ca3d194   Bump watch file format version to 4.
       new  1e6a928   Add lintian override regarding outdated but unused autotools files.
       new  a373ae0   Improve build: Invoke vows explicitly.
       new  331a762   Update patch 1001.
       new  53317e7   Update package relations: Build-depend on node-debug.
       new  5f9595e   Install README.md (no longer README.markdown).
       new  8173337   Prepare for release: Update changelog, control file and copyright hints.

The 371 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.


-- 
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