Changelog for
ghc-fsnotify-0.3.0.1-1.3.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Fri Jul 13 14:00:00 2018 psimonsAATTsuse.com
- Update fsnotify to version 0.3.0.1.
Version 0.3.0.0
- --------------
API breaking update with a number of bugfixes and improvements.
* Now we can detect directory creation/deletion. A boolean flag has been added
to `Event` to indicate if the event pertains to a directory or not. This is the
only API change.
* Test stability improvements + CI test suites now passing on Windows, Linux, and Mac.
* Interpreting OSX hfsevents flags is more sane now (see comments in OSX.hs for details).
* Improve a race condition when adding watches on Linux.
* Improve robustness of the PollManager.
* Fix double call to `closeHandle` on Windows.
* Remove comments about locking from the documentation.
Mon May 14 14:00:00 2018 psimonsAATTsuse.com
- Update fsnotify to version 0.2.1.2.
* Update to the new hinotify API (v0.3.10)
* Catch IO exceptions when initialising inotify on Linux
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.2.1 revision 0 with cabal2obs.
Thu Aug 13 14:00:00 2015 mimi.vxAATTgmail.com
- update to 0.2.1
* Use filepath instead of deprecated system-filepath
Tue Jun 9 14:00:00 2015 jmatejkaAATTsuse.cz
- Initial package