[Pkg-javascript-commits] [node-leveldown] 455/492: @0.10.0

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:31 UTC 2014


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

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 9c1af815346c8ec7c18b647a36c135475f3f8828
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Nov 18 11:15:53 2013 +1100

    @0.10.0
---
 CHANGELOG.md | 17 +++++++++++++++++
 package.json |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b54693..fd54a74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+### 0.10.0 @ Nov 18 2013
+
+  * Fix array-batch memory leak, levelup/#171 (@rvagg)
+  * Fix chained-batch write() segfaults, details in #73, (@rvagg and
+    @mcollina)
+  * Remove `Persistent` references for all `batch()` operations as
+    `WriteBatch` takes an explicit copy of the data (@mcollina and
+ at rvagg)
+  * Upgrade to Snappy 1.1.1 (@rvagg and @no9)
+  * Upgrade to NAN at 0.5.x (@rvagg)
+  * Switch all `callback->Call()`s to `node::MakeCallback()` to properly
+    support Node.js domains (@rvagg)
+  * Properly enable compression by default (@Kyotoweb)
+  * Enable LevelDB's BloomFilter (@Kyotoweb)
+  * Upgrade to AbstractLevelDOWN at 0.11.x for testing (@rvagg)
+  * Add new simple batch() leak tester (@rvagg)
+
 ### 0.9.2 @ Nov 02 2013
 
   * Minor fixes to support Node 0.11.8 and new Linux gcc (warnings) (@rvagg)
diff --git a/package.json b/package.json
index e3db319..f8e6a69 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name"            : "leveldown"
   , "description"     : "A Node.js LevelDB binding, primary backend for LevelUP"
-  , "version"         : "0.9.2"
+  , "version"         : "0.10.0"
   , "contributors"    : [
         "Rod Vagg <r at va.gg> (https://github.com/rvagg)"
       , "John Chesley <john at chesl.es> (https://github.com/chesles/)"

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