From 508915b7500b6e42a87132e4afeb4729cebc7cbb Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Thu, 17 Dec 2015 11:48:24 -0700 Subject: [PATCH] v1.2.8 --- AUTHORS | 1 + CHANGELOG.md | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 763b853..2b9d1fd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,7 @@ Ken-ichirou MATSUZAWA Matt Layher Nathan Youngman Paul Hammond +Pawel Knap Pieter Droogendijk Pursuit92 Riku Voipio diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e66727..da6aa28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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() @@ -271,4 +277,3 @@ [#25]: https://github.com/howeyc/fsnotify/issues/25 [#24]: https://github.com/howeyc/fsnotify/issues/24 [#21]: https://github.com/howeyc/fsnotify/issues/21 - -- 2.50.1