Skip to content

fswatch 1.10.0

Compare
Choose a tag to compare
@emcrisostomo emcrisostomo released this 12 Aug 16:38
· 386 commits to master since this release

What's New in fswatch 1.10.0

fswatch 1.10.0 introduces the following features and bug fixes:

  • #60: Allow excluding file patterns by passing in a file.
  • #119: Merge fswatch and libfswatch Autotools project into one.
  • #141: Add Docker files for Linux distributions used for testing.
  • Add target to build fswatch on Alpine Linux and Debian.

libfswatch 1.10.0 introduces the following features and bug fixes:

  • Add Doxygen documentation.
  • #60: Add function to load filters from a file.
  • #137: Deadlock on C function fsw_destroy_session if fsw_start_monitor is called.
  • Modify fsw_destroy_session function not to destroy a session that has a running monitor.
  • #143: Add fsw_stop_monitor to the C API.