[Pkg-javascript-commits] [node-expat] annotated tag upstream/2.3.1 created (now f8c1fff)

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:57 UTC 2016


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

js pushed a change to annotated tag upstream/2.3.1
in repository node-expat.

        at  f8c1fff   (tag)
   tagging  22cbce028ffbbeff9db7f5b1cdceee783e1406d2 (commit)
  replaces  upstream/1.6.0
 tagged by  Jonas Smedegaard
        on  Mon Sep 8 14:34:19 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 2.3.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAABCgBmBQJUDaJLXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWXbUH/jVvKV6Of1ksK89tFXTqz/sn
HpEdJxCOs46mOhB2IhrCZAkeb273NZD8d+AleSsbv3EiBy09PKC4V6pPdBr0EJOk
7lBbHyqK6R5EhFuMUEk5dzmM7cMDm1C0PUQwYIoi0v8T9QhajoWSwv38hzV6TPwF
DL8fdclSNrgoukx4dAgC1uIfEaSNucQ+AkYMUVJPkf5VCIYONRDe1oeb8a2ls4Xl
0ZSfmy9PKTcFRtG6kh2H+FfpwGejRviQOfv2g+X0LtpwnYaegEWw/P0l4yP+yBtQ
a1VcHKHEj8kFCMJjOP4A2m8ZKf1TUErqHyv79ZdPyeYpy+kdYw5YGrKg9opDTtk=
=qwSf
-----END PGP SIGNATURE-----

AJ ONeal (2):
      Added QuickStart usage instructions and API from test.js
      added something to parse in example

Alexey Zhuchkov (1):
      Update bench.js:

Andreas Botsikas (5):
      updates files to rename the native module to node_expat to be able to load it in windows (native modules with - fail to load)
      Added windows building tools in wintools folder
      Added Readme.txt in wintools and fixed an echo in the script
      Added node-gyp to build the module in linux
      Added linux building support and renamed wintools to tools

Astro (95):
      barely works, finally
      StartElement & EndElement events + tests
      emit text event
      test: use all stepsizes for each test
      README
      README: markdown fixes
      README: Instructions & Namespace handling
      README: markdown fixes
      expat.cc: rm debug output
      test for entities
      test: add run stats
      move SAX callbacks to private static methods of class Parser
      fix expected XML_ParseBuffer() return value
      indentation
      processingInstruction & comment events
      pass encoding optionally to new Parser() or use setEncoding()
      i can has error handling
      README: TODO
      xmlDecl callback
      getError()
      README: Error handling
      expat: comments
      node.js Buffer support (speed++)
      README: TODO done
      README: not only 3 events anymore
      xmlDecl callback data is optional
      parse(): check buffer param and raise TypeError
      test.js: don't use setEncoding(), it's superfluous right after new Parser()
      LICENSE: MIT
      Merge remote branch 'hammerdr/master'
      install.sh: add shebang
      package.json: version is 0.0.4
      install.sh: make executable
      node-expat 1.0.0
      pimp my package.json
      package.json: fix main path
      node-expat 1.0.1
      rename expat.cc & target binary to node-expat
      node-expat 1.1.0
      rename startCdataElement/endCdataElement to startCdata/endCdata
      test.js: test for new cdata events
      node-expat 1.2.0
      package.json: contributors
      node-expat 1.3.0
      implement entityDecl event + test
      alias stop as pause to match node conventions
      node-expat 1.3.1
      package.json: scripts
      test.js: port to vows
      don't assert anything when parsing empty buffer
      test.js: restore entityDecl test
      node-expat 1.3.2
      test.js: repair start & stop test case
      package.json: add Camilo Aguilar to contributors
      wrap parser because EventEmitter is pure-JS as of node 0.5.x
      test.js: twice parsing is pending
      node-expat 1.4.0
      Merge pull request #21 from mweibel/patch-1
      node-expat 1.4.1
      package.json: contributor Michael Weibel
      CI w/ Travis, tests with vows
      test: rm unused require('sys')
      package.json: fix dup "scripts" key
      Merge pull request #26 from zerodivisi0n/patch-1
      package.json: dependencies as object not array
      package.json: update
      node-expat 1.4.2
      EntityDecl: obey value_length parameter
      node-expat 1.4.3
      Implement libexpat getCurrentLineNumber/getCurrentColumnNumber/getCurrentByteIndex
      node-expat 1.4.5
      Merge master of git://github.com/satyamshekhar/node-expat.git (parser reset support)
      node-expat 1.5.0
      Merge 'dhruvbird/master'
      Merge 'andreasbotsikas/windows-build'
      package.json: contributors Dhruv Matani & Andreas Botsikas
      Merge 'sh1mmer/master' (streams)
      integrate stream expat-bench.js into test.js
      Parser stream interface: emit 'close' after 'end'
      Parser stream interface: do not emit 'data'
      Parser(): simplify parser.emit() proxying
      Parser stream interface: write() & end() emit 'error'
      node-expat 1.6.0
      .travis.yml: drop node 0.4
      .travis.yml: run against node 0.8
      Merge tootallnate/gyp: build: add support for building with node-gyp
      node-expat 1.6.1
      README: update Instructions
      Merge remote-tracking branch 'tootallnate/master'
      Parser.write(): check for error and emit 'error'
      Parser.end(): check for error to emit 'error'
      README: doc
      node-expat 2.0.0
      hook an UnknownEncoding handler, setUnknownEncoding(map)
      setUnknownEncoding(): don't crash on unsuspecting people

Camilo Aguilar (4):
      adds fail test to double parse the same document with the same parser instance
      adds fail test to double parse the same document with the same parser instance
      improves test
      closes issue #15

Christoph Hartmann (1):
      move build status logo

Derek Hammer (2):
      Making this a NPM module
      Adding install script to package information (and renaming to install.sh)

Dhruv (1):
      Fix build issue on FreeBSD

Iein Valdez (1):
      node.js v0.3 Buffer compatibility

Jonas Smedegaard (1):
      Imported Upstream version 2.3.1

Lloyd Watkin (42):
      Merge pull request #68 from coolaj86/patch-1
      Lets drop nodejs < 0.8 support and test up to 0.11
      Require nodejs >= 0.8.0
      Merge branch 'nan' of github.com:rvagg/node-expat
      Merge pull request #77 from rvagg/nan
      Merge branch 'master' of github.com:node-xmpp/node-expat
      2.1.0
      Add myself to maintainers list
      Update README.markdown
      Revert "Merge pull request #77 from rvagg/nan"
      2.1.1
      Merge branch 'master' of github.com:node-xmpp/node-expat
      Reapplying pull request #77 from @rvagg after testing on ubunut
      2.1.2
      Added travis icon
      Attempt to fix OS error in travis
      Missed hyphens
      Merge pull request #79 from node-xmpp/travis-coookbook-155
      2.1.3
      Merge pull request #81 from rvagg/windows-fix
      2.1.4
      Update README.markdown
      Point to correct travis build status image
      Merge pull request #83 from julien51/unknown-encoding
      Add @julien51
      Merge pull request #88 from node-xmpp/unknown-encoding
      Merge branch 'master' of github.com:node-xmpp/node-expat
      Roughly this version :)
      Don't test with nodejs 0.9
      2.2.0
      Update README.markdown
      Update `nan` to version 1.0.0
      Merge branch 'master' of github.com:node-xmpp/node-expat
      Update `nan`
      NanSymbol -> NanNew<String>
      NanFromV8String -> NanFromRawString
      NanNewLocal -> NanNew
      Merge pull request #92 from node-xmpp/issues/90
      2.3.0
      Merge pull request #93 from chris-rock/patch-1
      Merge pull request #95 from rvagg/bindings
      2.3.1

Michael Weibel (2):
      Fix for Node.js 0.6.0: Build seems to be now in Release instead of default
      fix backwards compatibility for node 0.4.x

Nathan Rajlich (13):
      build: add support for building with node-gyp
      wscript: remove, node-waf is no longer support by node-expat
      remove legacy windows build stuff
      add vanilla libexpat v2.1.0
      add libexpat.gyp file
      add mac x64 config
      add test "version.c" file
      binding: add libexpat to the "dependecies", don't link to system expat
      add mac ia32 config
      libexpat: move the "expat_config.h" file to the top-level
      libexpat: remove platfor+arch specific gyp code
      libexpat: Windows requires the "XML_STATIC" define to be set
      README: remove "apt-get" and "yum" stuff

Peter (2):
      unified wording in test
      unified wording in test

Peter Körner (5):
      expose stop and resume to the nodejs side
      test for start/stop
      revert version, should not be changed without release
      expose stop and resume to the nodejs side
      test for start/stop

Rod Vagg (4):
      convert to NAN for Node 0.8->0.11+ compatibility
      fix quoting for Windows compile
      node 0.11.13 / nan 1.2.0 compatible
      use bindings lib to locate addon

Satyam Shekhar (2):
      Exposing XML_ParserReset.
      Adding tests for parser reset.

Tom Hughes-Croucher (6):
      added stream support
      adding bench for streaming from file
      Adding stream tag to version
      merging in 1.5.0 with stream tag
      tidying exports
      that try catch isn't helping anything

abot (1):
      Added execute permitions to node-gyp and fixed a minro bug passing an empty expat_root variable to compile with gyp

hoodoos (1):
      emit startCdataElement/endCdataElement

julien (3):
      adding a failing test for iconv
      fixing the default param to be \b
      lockning the iconv version

-----------------------------------------------------------------------

No new revisions were added by this update.

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