Skip to content

Commit

Permalink
Updated package and history
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Dec 30, 2011
1 parent 33573ea commit e5ae59b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.9.7-3 2011-12-30
* Moved BSON_BINARY_SUBTYPE_DEFAULT from BSON object to Binary object and removed the BSON_BINARY_ prefixes
* Removed Native BSON types, C++ parser uses JS types (faster due to cost of crossing the JS-C++ barrier for each call)
* Added build fix for 0.4.X branch of Node.js where GetOwnPropertyNames is not defined in v8
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "mongodb"
, "description" : "A node.js driver for MongoDB"
, "keywords" : ["mongodb", "mongo", "driver", "db"]
, "version" : "0.9.7-2-5"
, "version" : "0.9.7-3"
, "author" : "Christian Amor Kvalheim <[email protected]>"
, "contributors" : [ "Aaron Heckmann",
"Christoph Pojer",
Expand Down Expand Up @@ -50,7 +50,8 @@
"Senmiao Liu",
"heroic",
"gitfy",
"Andrew Stone"]
"Andrew Stone",
"John Le Drew"]

, "repository" : { "type" : "git"
, "url" : "http://github.com/christkv/node-mongodb-native.git" }
Expand Down

0 comments on commit e5ae59b

Please sign in to comment.