]> go.fuhry.dev Git - fsnotify.git/commitdiff
v1.2.8
authorNathan Youngman <git@nathany.com>
Thu, 17 Dec 2015 18:48:24 +0000 (11:48 -0700)
committerNathan Youngman <git@nathany.com>
Thu, 17 Dec 2015 18:50:05 +0000 (11:50 -0700)
AUTHORS
CHANGELOG.md

diff --git a/AUTHORS b/AUTHORS
index 763b853c37d523d0c19ff2e728bb42d6a081d285..2b9d1fdd62f9b0ae0c2927a047229f8e9f136906 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,6 +24,7 @@ Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
 Matt Layher <mdlayher@gmail.com>
 Nathan Youngman <git@nathany.com>
 Paul Hammond <paul@paulhammond.org>
+Pawel Knap <pawelknap88@gmail.com>
 Pieter Droogendijk <pieter@binky.org.uk>
 Pursuit92 <JoshChase@techpursuit.net>
 Riku Voipio <riku.voipio@linaro.org>
index 4e6672702f6fce25796c207bbeb1f37de44088d7..da6aa282e78d59438f861a045c34346bb541694f 100644 (file)
@@ -1,5 +1,11 @@
 # Changelog
 
+## v1.2.8 / 2015-12-17
+
+* kqueue: fix race condition in Close [#105](https://github.com/go-fsnotify/fsnotify/pull/105) (thanks @djui for reporting the issue and @ppknap for writing a failing test)
+* inotify: fix race in test
+* enable race detection for continuous integration (Linux, Mac, Windows)
+
 ## v1.2.5 / 2015-10-17
 
 * inotify: use epoll_create1 for arm64 support (requires Linux 2.6.27 or later) [#100](https://github.com/go-fsnotify/fsnotify/pull/100) (thanks @suihkulokki)
@@ -58,7 +64,7 @@
 
 * Moved to [github.com/go-fsnotify/fsnotify](https://github.com/go-fsnotify/fsnotify).
 * Use os.NewSyscallError instead of returning errno (thanks @hariharan-uno)
+
 ## dev / 2014-07-04
 
 * kqueue: fix incorrect mutex used in Close()
 [#25]: https://github.com/howeyc/fsnotify/issues/25
 [#24]: https://github.com/howeyc/fsnotify/issues/24
 [#21]: https://github.com/howeyc/fsnotify/issues/21
-