release 0.6.4.0
* fix exception handling and avoid hang
* migrate to crypton-connection and crypton-x509-system, adjust deps
* update to ghc-9.6, unix-2.8
version 0.6.3.2
* update README
version 0.6.3.1
* avoid setCurrentDirectory which is not thread-safe
* start watch before initial scan
* put filename without directory into filename header
version 0.6.3.0
* watch multiple dirs in hotfolder mode
* drop hinotify < 0.3.10 compatibility
* use RawFilePath for file names
* fix handling of non-ascii filenames in agitprop hotfolder
version 0.6.2.4
* depend on tls >= 1.5.0 (thread safety for writes)
release 0.6.2.2
* update README and debug output
release 0.6.2.1
* fix 0.6.2.0 build on Debian Stretch
release 0.6.2.0
* agitprop: option to move sent file to another dir instead of just removing
release 0.6.1.1
* disable inotify on non-linux (fixes build on OpenBSD and probably
Darwin, too)
release 0.6.1.0
* add remaining message properties as callback environment variables, too