mongo Changelog

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