mongo Changelog
0.9.9
-
after 0.9.9
-
isMaster() - still wasn't right
-
fix isMaster() broken earlier today
-
getLastError output for writes SERVER-240
-
better error msg on unit test
-
fix compile of unit tests
-
fix checks that operations cannot be performed on slaves; also, allow read operations on
--slave instances (but not repl pair nonmasters)
-
some comments and also simple unit tests for simpleRegex()
-
a couple of more unit tests for simpleregex index filtering
-
fixed BSONElement::simpleRegex and changed return to a string. this fixes SERVER-239
-
shared_ptr support for log()
-
broken regex index test
-
uassert instead assert for bad eval thing
-
look local dir for libs first SERVER-238
-
db.version() for server version and in help SERVER-200
-
don't grab extra stuff with sub-object selectors
Signed-off-by: Eliot
-
0.9.8+