Version 0.1.5
* Added delete-on-search for nonexistent files
* Added inotify support conditional to its availability
  (only partial implementation)
* Implemented forking off the controlling tty
* Implemented start command in msctl
* Created initscript
* Crawlers always start, regardless of the fully_indexed
  value in each volume, because inotify works through the
  crawlers.
* Implemented run as user
* Implemented service locking

Version 0.1.4
* Corrected bug in id3lib MP3 indexing plugin
* Switched to generating specfile

Version 0.1.3
* Robustified FilesystemAgent against plugins which detect their
  files' encoding wrongly. Temporarily using DatabaseError instead
  of proper Catalog exceptions.
* Improved text/html plugin encoding detection.

Version 0.1.2
* Migrated to ZODB3 instead of Zope
