Skip to content

Commit 30d2f4e

Browse files
committed
Updated history and package, fixed test
1 parent 786ae09 commit 30d2f4e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

HISTORY

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.9.9.7 2012-03-16
2+
------------------
13
- Stats not returned from map reduce with inline results (Issue #542)
24
- Re-enable testing of whether or not the callback is called in the multi-chunk seek, fix small GridStore bug (Issue #543, https://github.com/pgebheim)
35
- Streaming large files from GridFS causes truncation (Issue #540)

docs/sphinx-docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.9'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.9.9.6'
53+
release = '0.9.9.7'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "mongodb"
22
, "description" : "A node.js driver for MongoDB"
33
, "keywords" : ["mongodb", "mongo", "driver", "db"]
4-
, "version" : "0.9.9-6"
4+
, "version" : "0.9.9-7"
55
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
66
, "contributors" : [ "Aaron Heckmann",
77
"Christoph Pojer",

test/replicaset/two_server_tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ exports.setUp = function(callback) {
5656
RS = new ReplicaSetManager({retries:120,
5757
arbiter_count:0,
5858
secondary_count:1,
59-
passive_count:0,
60-
kill_node_wait_time:50000});
59+
passive_count:0});
6160
RS.startSet(true, function(err, result) {
6261
if(err != null) throw err;
6362
// Finish setup

0 commit comments

Comments
 (0)