[Pkg-javascript-commits] [node-leveldown] branch master updated (52c1bd2 -> a631a24)

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon May 18 21:09:25 UTC 2015


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  52c1bd2   Release
       new  7f63689   prepare for new upstream version
       new  8cdb304   Imported Upstream version 1.0.6+dfsg
       new  6891d47   Merge tag 'upstream/1.0.6+dfsg'
       new  0e1aafd   bump standards version to 3.9.6
       new  ce2a215   version lock node-nan
       new  fa2c7fb   update upstream URL from rvagg/node-leveldown to Level/leveldown
       new  a631a24   update changelog

The 7 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                                 |  4 ++-
 .travis.yml                            | 38 +++++++++++++++------
 CHANGELOG.md                           | 12 +++++++
 README.md                              | 20 +++++++----
 bench/db-bench.js                      | 62 ++++++++++++++++------------------
 bench/write-random.js                  |  6 +---
 bench/write-sorted.js                  |  6 +---
 debian/changelog                       |  9 +++++
 debian/control                         |  6 ++--
 debian/copyright                       |  4 +--
 debian/watch                           |  2 +-
 iterator.js                            |  4 +--
 package.json                           | 20 ++++++-----
 src/async.h                            |  6 ++--
 src/batch_async.cc                     |  6 ++--
 src/batch_async.h                      |  6 ++--
 src/database.cc                        |  7 ++--
 src/database.h                         |  6 ++--
 src/database_async.cc                  |  6 ++--
 src/database_async.h                   |  6 ++--
 src/iterator.cc                        |  6 ++--
 src/iterator.h                         |  6 ++--
 src/iterator_async.cc                  |  6 ++--
 src/iterator_async.h                   |  6 ++--
 src/leveldown.cc                       |  6 ++--
 src/leveldown.h                        |  6 ++--
 src/leveldown_async.cc                 |  6 ++--
 src/leveldown_async.h                  |  6 ++--
 test/approximate-size-test.js          |  5 ++-
 test/batch-test.js                     |  5 ++-
 test/chained-batch-test.js             |  5 ++-
 test/cleanup-hanging-iterators-test.js |  4 +--
 test/close-test.js                     |  5 ++-
 test/del-test.js                       |  5 ++-
 test/destroy-test.js                   |  4 +--
 test/get-test.js                       |  5 ++-
 test/getproperty-test.js               |  4 +--
 test/iterator-recursion-test.js        | 25 +++++++-------
 test/iterator-test.js                  |  5 ++-
 test/leveldown-test.js                 |  5 ++-
 test/{make-test.js => make.js}         |  4 +--
 test/open-test.js                      |  5 ++-
 test/port-libuv-fix-test.js            |  2 +-
 test/put-get-del-test.js               |  5 ++-
 test/put-test.js                       |  5 ++-
 test/ranges-test.js                    |  5 ++-
 test/repair-test.js                    |  6 ++--
 47 files changed, 209 insertions(+), 184 deletions(-)
 rename test/{make-test.js => make.js} (94%)

-- 
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