=======
CHANGES
=======

0.5.4 (2012-11-18)
------------------

- update to mongodb 2.2.0

- switch to bson import

- force 64 bit download by default

- use "sleep" value only for files and directories, use flexible wait for
  process

- bugfix: mongo results comes back with a line break

- bugfix: string cmd *only* on Windows

- use shell=False to start mongodb, even on posix (safer). This changes the
  "options" argument: it has to be a list now

- to stop mongodb, we are now sending a command through the "mongo shell",
  we do not use a pid file any more, all we need is the port, which we keep
  in a global

- we are now repeatedly checking till the mongodb server starts up and
  answers to an admin query

- move flexible sub-version tests to accomodate OpenBSD

- fixed detection of being on a Mac for mongo db download for tests

- added MANIFEST.in file


0.5.3 (2011-08-26)
------------------

- Fix 32bit linux download (Albertas)
- Remove temp files after download
- Fix 64bit linux


0.5.2 (2011-08-24)
------------------

- Still fixing on linux


0.5.1 (2011-08-24)
------------------

- fix on linux


0.5.0 (2011-08-19)
------------------

- initial release tested on win 32bit. NOT tested on win 64bit, mac 32/64bit
  and posix 32/64bit systems. Please report if something doesn't work on this
  systems.
