[Pkg-javascript-commits] [node-leveldown] branch master updated (a631a24 -> fff6a1a)
Felipe Sateler
fsateler at moszumanska.debian.org
Tue Dec 15 00:24:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsateler pushed a change to branch master
in repository node-leveldown.
from a631a24 update changelog
new dec801f Imported Upstream version 1.4.1+dfsg
new 5533d62 Merge tag 'upstream/1.4.1+dfsg'
new e41add1 New changelog
new cc68597 Bump dependency versions
new fff6a1a 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:
.dntrc | 18 +--
.gitignore | 3 +
.npmignore | 1 +
.prebuildrc | 17 +++
.travis.yml | 35 ++----
CHANGELOG.md | 30 +++++
CONTRIBUTING.md | 27 -----
README.md | 39 +++----
debian/changelog | 9 ++
debian/control | 4 +-
iterator.js | 6 +
leveldown.js | 4 +-
package.json | 14 ++-
src/async.h | 10 +-
src/batch.cc | 91 +++++++--------
src/batch.h | 8 +-
src/batch_async.cc | 2 +-
src/batch_async.h | 2 +-
src/common.h | 36 ++++++
src/database.cc | 297 ++++++++++++++++++-----------------------------
src/database.h | 23 ++--
src/database_async.cc | 53 +++++----
src/database_async.h | 16 +--
src/iterator.cc | 228 +++++++++++++++++++++---------------
src/iterator.h | 6 +-
src/iterator_async.cc | 26 +++--
src/iterator_async.h | 4 +-
src/leveldown.cc | 38 +++---
src/leveldown.h | 46 ++++----
src/leveldown_async.cc | 8 +-
src/leveldown_async.h | 12 +-
test/compression-test.js | 92 +++++++++++++++
test/iterator-test.js | 63 ++++++++++
33 files changed, 728 insertions(+), 540 deletions(-)
create mode 100644 .prebuildrc
delete mode 100644 CONTRIBUTING.md
create mode 100644 src/common.h
create mode 100644 test/compression-test.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