Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 941 Bytes

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 941 Bytes

hinotify

hinotify-0.3.10

  • Allow async-2.2.

  • Use RawFilePath (ByteString) for filenames, from unix package.

    Changes the Event type and addWatch function.

hinotify-0.3.9

Patches contributed by Simon Marlow [email protected]

  • Don't run callbacks in mask_.

    It prevented the callback threads from receiving StackOverflow, amongst other things.

  • Synchronous killThread.

    killThread will now wait for the callback dispatcher threads to finish.

  • Bug fixes

    kolmodin#23

hinotify-0.3.8

  • Use file system encoding for file names.

    When run in a locale like LANG=C, this ensures that the filename is encoded as a filename, so that arbitrary bytes in it will round-trip correctly, rather than being stripped out.

    Fixes kolmodin#13

    Patch contributed by Joey Hess [email protected]