Version 0.1.0:
* Changed to conform to stable inotify interface

Version 0.0.6:
* Improved setup script to include long description

Version 0.0.5:
* Trap IOErrors on import of the _inotify module to
  detect platforms which don't have inotify support
* New interface based on independent Watchers, and
  support for independent queues and delegates for
  event submission in separate threads.
* Fixed static variable problem in watcher class.
* Implemented autoraise of limits when running as root
* Trap moved from and moved to and update the watch
  lists
* Trap ignored events and remove from watchlists
  automatically
* Removed IGNORE event from public interface

Version 0.0.4:
* Extended API to allow consultation of watched files
* Made consistency improvements in path handling

Version 0.0.3:
* Corrected events where wd would return as -1

Version 0.0.1:
* Initial release
