Skip to content

Commit

Permalink
Fixing issue where NODE_PSYMBOL throws compilation errors on node <= …
Browse files Browse the repository at this point in the history
…0.4.9
  • Loading branch information
mariano committed Nov 17, 2011
1 parent 5c37407 commit 9ebbfb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ For more in depth changelog, check the Github Commits:

https://github.com/mariano/node-db-drizzle/commits/master

0.7.5
-----
* Fixing issue where NODE_PSYMBOL throws compilation errors on node <= 0.4.9

0.7.4
-----
* Fixing issue where error message would be lost when multiple queries errored out
Expand Down
2 changes: 1 addition & 1 deletion lib/node-db
Submodule node-db updated 2 files
+1 −1 events.cc
+1 −0 node_defs.h
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, "description" : "Drizzle database bindings for Node.JS"
, "keywords": ["database","db","native","binding","library","plugin","client","drizzle","libdrizzle"]
, "homepage" : "http://nodejsdb.org/db-drizzle"
, "version" : "0.7.4"
, "version" : "0.7.5"
, "engines" : { "node" : ">=0.4.1" }
, "maintainers" :
[ { "name": "Mariano Iglesias"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from os.path import exists

srcdir = "."
blddir = "build"
VERSION = "0.7.4"
VERSION = "0.7.5"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 9ebbfb8

Please sign in to comment.