[Pkg-javascript-commits] [node-leveldown] 427/492: @0.9.2

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:26 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 6073203bbbfb50f73a22aac519daad0151215c8f
Author: Rod Vagg <rod at vagg.org>
Date:   Sat Nov 2 03:54:40 2013 +0100

    @0.9.2
---
 CHANGELOG.md | 4 ++++
 package.json | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20e1213..6b54693 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 0.9.2 @ Nov 02 2013
+
+  * Minor fixes to support Node 0.11.8 and new Linux gcc (warnings) (@rvagg)
+
 ### 0.9.1 @ Oct 03 2013
 
   * Include port_uv.h for Windows compile, added test to suite to make sure this happens every time LevelDB is upgraded (@rvagg)
diff --git a/package.json b/package.json
index 765e7f2..188c114 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.1"
+  , "version"         : "0.9.2"
   , "contributors"    : [
         "Rod Vagg <r at va.gg> (https://github.com/rvagg)"
       , "John Chesley <john at chesl.es> (https://github.com/chesles/)"
@@ -26,7 +26,7 @@
   , "main"            : "index.js"
   , "dependencies"    : {
         "bindings"            : "~1.1.1"
-      , "nan"                 : "~0.4.0"
+      , "nan"                 : "~0.4.3"
     }
   , "devDependencies" : {
         "tap"                 : "~0.4.1"

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