]> go.fuhry.dev Git - fsnotify.git/commitdiff
v1.4.2
authorNathan Youngman <git@nathany.com>
Tue, 11 Oct 2016 02:33:12 +0000 (20:33 -0600)
committerNathan Youngman <git@nathany.com>
Tue, 11 Oct 2016 02:33:12 +0000 (20:33 -0600)
CHANGELOG.md

index 7fe879472536ed1069739de8449f3f462dbe5f87..40d7660d58255f60e9090ac9a046457e93a5b5be 100644 (file)
@@ -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