[Pkg-javascript-commits] [node-leveldown] branch master updated (87b3a11 -> a677f98)
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Sep 12 17:01:00 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-leveldown.
from 87b3a11 author has agreed to use vanilla expat license
new 2587c27 simpler autopkgtest
new 0a8a955 changelog: update version
new a90c230 Imported Upstream version 1.0.0+dfsg
new 5fb3a74 Merge tag 'upstream/1.0.0+dfsg'
new 999e40f fix copyright year
new 3b37704 update dependencies and description
new 538e6a2 remove update-nan patch
new cab2edb refresh use-system-libs patch
new 779db76 embed fast-future patch
new a677f98 update install files
The 10 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:
.dntrc | 12 +-
.npmignore | 9 +-
.travis.yml | 5 +-
CHANGELOG.md | 11 +
LICENSE | 39 --
LICENSE.md | 11 +
README.md | 26 +-
binding.gyp | 2 +-
buster.js | 7 -
chained-batch.js | 33 ++
debian/changelog | 4 +-
debian/control | 20 +-
debian/copyright | 6 +-
debian/install | 9 +-
debian/patches/embed-fast-future.patch | 73 ++++
debian/patches/series | 2 +-
debian/patches/update-nan.patch | 658 ---------------------------------
debian/patches/use-system-libs.patch | 2 +-
debian/tests/control | 4 +-
debian/tests/require | 3 -
index.js | 1 -
iterator.js | 54 +++
leveldown.js | 102 +++++
package.json | 23 +-
src/async.h | 12 +-
src/batch.cc | 43 +--
src/batch.h | 1 -
src/batch_async.cc | 4 +-
src/batch_async.h | 6 +-
src/database.cc | 158 ++++----
src/database.h | 25 +-
src/database_async.cc | 41 +-
src/database_async.h | 9 +-
src/iterator.cc | 148 ++++----
src/iterator.h | 12 +-
src/iterator_async.cc | 66 ++--
src/iterator_async.h | 9 +-
src/leveldown.cc | 46 +--
src/leveldown.h | 47 ++-
src/leveldown_async.cc | 16 +-
src/leveldown_async.h | 12 +-
test/iterator-recursion-test.js | 72 ++++
test/stack-blower.js | 30 ++
43 files changed, 759 insertions(+), 1114 deletions(-)
delete mode 100644 LICENSE
create mode 100644 LICENSE.md
delete mode 100644 buster.js
create mode 100644 chained-batch.js
create mode 100644 debian/patches/embed-fast-future.patch
delete mode 100644 debian/patches/update-nan.patch
delete mode 100644 debian/tests/require
delete mode 100644 index.js
create mode 100644 iterator.js
create mode 100644 leveldown.js
create mode 100644 test/iterator-recursion-test.js
create mode 100644 test/stack-blower.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list