Version 0.9.0
- Migrate from python-fuse to fuse.py. Possibly distribute fuse.py with pytagsfs.
- Prevent reads to files opened for writing by either blocking or returning EBUSY. This will resolve race conditions and allow for full mmap support (by dropping the need for direct_io).
- Boost performance with psyco.
- Implement support for non-media files like e-mails.
