[Pkg-javascript-commits] [node-multiparty] branch master updated (96f36aa -> 779ca9d)
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Oct 17 05:45:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a change to branch master
in repository node-multiparty.
from 96f36aa Release
new ce7eb80 prepare for new upload
new 78d2aee Imported Upstream version 4.0.0
new c2f702e Merge tag 'upstream/4.0.0'
new 7e70a96 update dependencies to match new release
new c6502f5 bump standards version
new 599ec95 remove no longer needed patches
new 19b488c patch to require findit instead of findit2
new 779ca9d changelog
The 8 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 | 3 -
CHANGELOG.md | 28 ++
LICENSE | 26 +-
README.md | 55 ++--
debian/changelog | 10 +
debian/control | 6 +-
debian/patches/2001_readable_stream.patch | 37 ---
debian/patches/2002_stream_counter.patch | 29 --
debian/patches/findit2-alias.patch | 16 ++
debian/patches/series | 3 +-
examples/s3.js | 76 +++---
index.js | 296 ++++++++++++---------
package.json | 26 +-
.../fixture/http/workarounds/missing-hyphens1.http | 12 -
.../fixture/http/workarounds/missing-hyphens2.http | 12 -
test/fixture/js/workarounds.js | 8 -
test/standalone/test-connection-aborted.js | 3 +
test/standalone/test-emit-order.js | 61 +++++
test/standalone/test-error-listen-after-parse.js | 10 +-
test/standalone/test-error-unpipe.js | 33 ++-
test/standalone/test-issue-36.js | 35 ++-
test/standalone/test-issue-5.js | 40 ---
test/standalone/test-max-files-size.js | 14 +-
test/standalone/test-missing-boundary-end.js | 46 ++++
test/standalone/test-stream-error.js | 36 +++
test/test.js | 30 ++-
26 files changed, 561 insertions(+), 390 deletions(-)
delete mode 100644 debian/patches/2001_readable_stream.patch
delete mode 100644 debian/patches/2002_stream_counter.patch
create mode 100644 debian/patches/findit2-alias.patch
delete mode 100644 test/fixture/http/workarounds/missing-hyphens1.http
delete mode 100644 test/fixture/http/workarounds/missing-hyphens2.http
delete mode 100644 test/fixture/js/workarounds.js
create mode 100644 test/standalone/test-emit-order.js
delete mode 100644 test/standalone/test-issue-5.js
create mode 100644 test/standalone/test-missing-boundary-end.js
create mode 100644 test/standalone/test-stream-error.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-multiparty.git
More information about the Pkg-javascript-commits
mailing list