From: Nathan Youngman Date: Tue, 11 Oct 2016 02:33:12 +0000 (-0600) Subject: v1.4.2 X-Git-Tag: v1.7.2~181 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=629574ca2a5df945712d3079857300b5e4da0236;p=fsnotify.git v1.4.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe8794..40d7660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.4.2 / 2016-10-10 + +* Linux: use InotifyInit1 with IN_CLOEXEC to stop leaking a file descriptor to a child process when using fork/exec [#178](https://github.com/fsnotify/fsnotify/pull/178) (thanks @pattyshack) + ## v1.4.1 / 2016-10-04 * Fix flaky inotify stress test on Linux [#177](https://github.com/fsnotify/fsnotify/pull/177) (thanks @pattyshack) @@ -10,7 +14,7 @@ ## v1.3.1 / 2016-06-28 -* windows: fix for double backslash when watching the root of a drive [#151](https://github.com/fsnotify/fsnotify/issues/151) (thanks @brunoqc) +* Windows: fix for double backslash when watching the root of a drive [#151](https://github.com/fsnotify/fsnotify/issues/151) (thanks @brunoqc) ## v1.3.0 / 2016-04-19