[Pkg-javascript-commits] [node-nan] branch master updated (c33e955 -> dd543a7)
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Nov 22 21:40:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch master
in repository node-nan.
from c33e955 Fix autopkgtest
adds 95eb717 New upstream version 2.8.0
new 7142c07 Update upstream source from tag 'upstream/2.8.0'
new 42db3dc Drop Andrew Kelley from Uploaders, no longer active
new 1b37e31 Standards-Version 4.1.1
new 49648c4 Update changelog
new dd543a7 Release
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:
.travis.yml | 4 +-
CHANGELOG.md | 14 +-
Makefile | 2 +
README.md | 13 +-
appveyor.yml | 2 +
debian/changelog | 8 +
debian/control | 3 +-
doc/asyncworker.md | 37 +++-
doc/errors.md | 12 +-
doc/maybe_types.md | 94 ++++----
doc/methods.md | 8 +-
doc/new.md | 8 +-
doc/persistent.md | 12 +-
doc/scopes.md | 2 +-
doc/script.md | 2 +-
doc/v8_internals.md | 30 +--
doc/v8_misc.md | 8 +-
examples/async_pi_estimate/async.cc | 2 +-
nan.h | 243 ++++++++++++++++-----
nan_json.h | 6 +-
nan_maybe_43_inl.h | 20 +-
nan_maybe_pre_43_inl.h | 15 +-
package.json | 9 +-
test/binding.gyp | 8 +
...ressworker.cpp => asyncprogressqueueworker.cpp} | 35 ++-
...ream.cpp => asyncprogressqueueworkerstream.cpp} | 36 ++-
test/cpp/asyncprogressworker.cpp | 9 +-
test/cpp/asyncprogressworkersignal.cpp | 9 +-
test/cpp/asyncprogressworkerstream.cpp | 9 +-
test/cpp/asyncworker.cpp | 2 +-
test/cpp/asyncworkererror.cpp | 2 +-
test/cpp/bufferworkerpersistent.cpp | 4 +-
test/cpp/json-stringify.cpp | 2 +-
test/cpp/nancallback.cpp | 20 +-
test/cpp/persistent.cpp | 6 +-
test/cpp/private.cpp | 2 +-
test/cpp/returnvalue.cpp | 2 +-
test/cpp/weak.cpp | 4 +-
test/cpp/weak2.cpp | 2 +-
...er-test.js => asyncprogressqueueworker-test.js} | 9 +-
...t.js => asyncprogressqueueworkerstream-test.js} | 8 +-
test/js/asyncprogressworker-test.js | 1 +
42 files changed, 491 insertions(+), 233 deletions(-)
copy test/cpp/{asyncprogressworker.cpp => asyncprogressqueueworker.cpp} (57%)
copy test/cpp/{asyncprogressworkerstream.cpp => asyncprogressqueueworkerstream.cpp} (62%)
copy test/js/{asyncprogressworker-test.js => asyncprogressqueueworker-test.js} (79%)
copy test/js/{asyncprogressworkerstream-test.js => asyncprogressqueueworkerstream-test.js} (89%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-nan.git
More information about the Pkg-javascript-commits
mailing list