[Pkg-javascript-commits] [node-leveldown] branch upstream updated (dec801f -> 5ed79e1)

Jérémy Lal kapouer at moszumanska.debian.org
Tue Dec 20 15:11:20 UTC 2016


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

kapouer pushed a change to branch upstream
in repository node-leveldown.

      from  dec801f   Imported Upstream version 1.4.1+dfsg
       new  5ed79e1   New upstream version 1.5.0+dfsg

The 1 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:
 .gitignore                      |   2 +-
 .prebuildrc                     |  17 ------
 .travis.yml                     |  26 +++++----
 LICENSE.md                      |   2 +-
 README.md                       |  41 +++++++++-----
 bench/memory.js                 | 100 ++++++++++++++++++++++++++++++++
 iterator.js                     |   3 +-
 package.json                    |  21 +++----
 src/async.h                     |   2 +-
 src/batch.cc                    |   9 ++-
 src/batch_async.cc              |   2 +-
 src/batch_async.h               |   2 +-
 src/common.h                    |   4 +-
 src/database.cc                 |  11 +++-
 src/database.h                  |   2 +-
 src/database_async.cc           |   2 +-
 src/database_async.h            |   2 +-
 src/iterator.cc                 | 123 +++++++++++++++++++++++++++-------------
 src/iterator.h                  |   5 +-
 src/iterator_async.cc           |   3 +-
 src/iterator_async.h            |   2 +-
 src/leveldown.cc                |   2 +-
 src/leveldown.h                 |  21 ++++++-
 src/leveldown_async.cc          |   2 +-
 src/leveldown_async.h           |   2 +-
 test/compression-test.js        |   2 +-
 test/iterator-recursion-test.js |  15 ++---
 test/repair-test.js             |   7 ++-
 28 files changed, 307 insertions(+), 125 deletions(-)
 delete mode 100644 .prebuildrc
 create mode 100644 bench/memory.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