Skip to content

Releases: emcrisostomo/fswatch

fswatch v. 1.17.1

01 Jul 15:34
Compare
Choose a tag to compare

What's New in fswatch 1.17.1

fswatch 1.17.1 introduces the following features and bug fixes:

  • Issue #291: Issue 291: Configuration header leaked into public interface in v. 1.17.0.

libfswatch 1.17.1 introduces the following features and bug fixes:

  • Issue #291: Issue 291: Configuration header leaked into public interface in v. 1.17.0.

fswatch v. 1.17.0

23 Jun 15:48
4d356a7
Compare
Choose a tag to compare

What's New in fswatch 1.17.0

fswatch 1.17.0 introduces the following features and bug fixes:

  • Refactor code to replace usages of deprecated function FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatchQueue.

  • Issue #230: Improve responsiveness on macos: add support for kFSEventStreamCreateFlagNoDefer.

  • Issue #249: Man page still mentions fswatch-run.

  • Issue #255: Implement event bubbling.

  • Issue #256: -1 flag prints the file changed 3x before exiting.

libfswatch 1.17.0 introduces the following features and bug fixes:

  • Refactor code to replace usages of deprecated function FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatchQueue.

  • Issue #230: Improve responsiveness on macos: add support for kFSEventStreamCreateFlagNoDefer.

  • Issue #255: Implement event bubbling.

fswatch v. 1.16.0

02 Jun 15:43
365624d
Compare
Choose a tag to compare

What's New in fswatch 1.16.0

fswatch 1.16.0 introduces the following features and bug fixes:

  • Update FSEvents flags and add support to macOS 10.10+ features.

  • Issue #226: Add FreeBSD installation instructions.

  • Issue #243: PlatformSpecific instead of Updated on Darwin 19.4.

  • Issue #248: Update fswatch.7.in to add the Event Types section to the man
    page.

  • Issue #257: Update FreeBSD installation instructions.

  • Issue #260: Fix memory leak.

  • Issue #269: do not use global variable in function, pass parameter
    instead.

  • Issue #270: using both AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS is
    deprecated in autoconf-2.71

  • Issue #272: Send AttributeModified on touch when using the FSevents monitor.

libfswatch 1.16.0 introduces the following features and bug fixes:

  • Update FSEvents flags and add support to macOS 10.10+ features.

  • Issue #260: Fix memory leak.

fswatch v. 1.15.0

16 Jul 22:16
30f8f1b
Compare
Choose a tag to compare

What's New in fswatch 1.15.0

libfswatch 1.15.0 introduces the following features and bug fixes:

  • #224: Add pkg-config support.

fswatch v. 1.14.0

04 Dec 22:43
Compare
Choose a tag to compare

What's New in fswatch 1.14.0

libfswatch 1.14.0 introduces the following features and bug fixes:

  • The library version has been updated to 11:1:0.
  • #218: fswatch v1.13 ignores the --monitor parameter and always uses the default monitor

fswatch v. 1.13.0

27 Sep 12:29
Compare
Choose a tag to compare

What's New in fswatch 1.13.0

libfswatch 1.13.0 introduces the following features and bug fixes:

  • The library version has been updated to 11:0:0.
  • #142: Static library will not have any monitor type available

fswatch v. 1.12.0

29 Jun 23:17
Compare
Choose a tag to compare

What's New in fswatch 1.12.0

fswatch 1.12.0 introduces the following features and bug fixes:

  • #178: Migrate usages of POSIX regular expressions (<regex.h>) to the C++11 regex library (<regex>).
  • #191: Wrong error message is printed when inotify event queue overflows.

libfswatch 1.11.3 introduces the following features and bug fixes:

  • #178: Migrate usages of POSIX regular expressions (<regex.h>) to the C++11 regex library (<regex>).
  • #191: Wrong error message is printed when inotify event queue overflows.

fswatch v. 1.11.3

02 May 15:48
Compare
Choose a tag to compare

What's New in fswatch 1.11.3

fswatch 1.11.3 introduces the following features and bug fixes:

  • #192: Make the build reproducible.

libfswatch 1.11.3 introduces the following features and bug fixes:

  • #185: Fix C99 compatibility in cevent.h.
  • #186: Session memory is not freed.
  • #188: Fix segmentation fault when starting monitor.
  • #189: Add function to the C API to check that a monitor is running.
  • #190: Fix stop sequence for FSEvents monitor.

fswatch 1.11.2

29 Oct 16:24
Compare
Choose a tag to compare

What's New in fswatch 1.11.2

fswatch 1.11.2 introduces the following features and bug fixes:

  • #183: Generate a single message catalog for both fswatch and libfswatch
  • NLS support can be disabled.
  • gettext is an optional dependency.

fswatch 1.11.1

27 Oct 22:59
Compare
Choose a tag to compare

What's New in fswatch 1.11.1

fswatch 1.11.1 introduces the following features and bug fixes:

  • #182: Remove mandatory dependency to git