* Some reference counting bugs in get_events were fixed. This prevents leaking
memory while processing events.
(Henry Stern)
* A bug with memory allocation failure handling in get_events was fixed. This
prevents a segmentation fault under low memory conditions.
(Forest Bond)
* inotify events with zero-length name fields are now properly handled.
Previously, segmentation faults and other errors would have occurred if such
events were received.
(Forest Bond)
* A distutils manifest is now provided. Source code tarballs can now be
generated via setup.py, and this mechanism will be used to generate official
release tarballs.
(Forest Bond)
* The "download_url" distutils option is no longer specified. Release tarballs
will be available directly from PyPI. This is now required by pip.
(Forest Bond)