- Fix test compatibility with newer Python 3.
- Fix brown-bag release.
- Fix file mask string method missing return value (#43).
- Fix brown-bag release.
- Fix bug that could lead to a segfault. [ElonKim]
- Remove slots definition.
- Fixed mask serialization on Python 3.
- Fixed thread handling issue which might result in a segmentation error.
- Event IDs can be configure in the stream.
- Added support for passing in create flags, latency and "since fields" to the Stream.
- Added flags translation facility.
- Supports UTF-8-MAC(NFD).
- Do not use 'Distribute'. It's been deprecated
- Added compatibility with Python 3. Note that Python 2.7 or better is now required.
- Fixed test suite on with 10.8. The event masks reported on this platform are non-trivial which is a change from previous versions.
Bugfixes:
- Fix recursive snapshot. [thomasst]
- Use os.lstat instead of os.stat to correctly detect symlinks. [thomasst]
- Added support for IN_ATTRIB. [thomasst]
- Fixed compilation problem on newer platforms. [nsfmc]
- Ignore files that don't exist while recursing. [bobveznat]
- Prevent crashes on recursive folder delete and multiple folder add. [totolici].
- Fixed broken release.
- Python 2.4 compatibility [howitz]
- Fixed an issue where the addition of a new directory would crash the program when using file event monitoring [andymacp].
- Fixed an import issue [andymacp].
- Fixed issue where existing directories would be reported along with a newly created one [marcboeker].
- Added support for file event monitoring.
- Fixed reference counting bug which could result in a segmentation fault.
- Initial public release.