]> go.fuhry.dev Git - fsnotify.git/commitdiff
my attempt to add versions
authorNathan Youngman <git@nathany.com>
Mon, 28 Oct 2013 01:05:35 +0000 (19:05 -0600)
committerNathan Youngman <git@nathany.com>
Mon, 28 Oct 2013 01:05:35 +0000 (19:05 -0600)
CHANGELOG.md

index 22821453704ba21a2f716b3f8f6fbeea15548326..e6ea667f84f2a1fd5987c46024127d36da966e22 100644 (file)
 # Changelog
 
-## r2013-10-19
+## v0.8.10 / 2013-10-19
 
 * [Fix] kqueue: remove file watches when parent directory is removed #71 (reported by @mdwhatcott)
 * [Fix] kqueue: race between Close and readEvents #70 (reported by @bernerdschaefer)
 * [Doc] specify OS-specific limits in README (thanks @debrando)
 
-## r2013-09-08
+## v0.8.9 / 2013-09-08
 
-* [Doc] update package path in example code #63 (thanks @paulhammond)
 * [Doc] Contributing document (thanks @nathany)
 * [Doc] Cross-platform testing with Vagrant  #59 (thanks @nathany)
+* [Doc] update package path in example code #63 (thanks @paulhammond)
 * [Doc] GoCI badge in README (Linux only) #60
 
-## r2013-06-17
+## v0.8.8 / 2013-06-17
 
 * [Fix] Windows: handle `ERROR_MORE_DATA` on Windows #49 (thanks @jbowtie)
 
-## r2013-06-03
+## v0.8.7 / 2013-06-03
 
-* [Fix] inotify: ignore event changes
-* lower case error messages
 * [API] Make syscall flags internal
+* [Fix] inotify: ignore event changes
 * [Fix] race in symlink test #45 (reported by @srid)
 * [Fix] tests on Windows
+* lower case error messages
 
-## r2013-05-23
+## v0.8.6 / 2013-05-23
 
 * kqueue: Use EVT_ONLY flag on Darwin
 * [Doc] Update README with full example
 
-## r2013-05-09
+## v0.8.5 / 2013-05-09
 
 * [Fix] inotify: allow monitoring of "broken" symlinks (thanks @tsg)
 
-## r2013-04-07
+## v0.8.4 / 2013-04-07
 
 * [Fix] kqueue: watch all file events #40 (thanks @ChrisBuchholz)
 
-## r2013-03-13
+## v0.8.3 / 2013-03-13
 
 * [Fix] inoitfy/kqueue memory leak #36 (reported by @nbkolchin)
 * [Fix] kqueue: use fsnFlags for watching a directory #33 (reported by @nbkolchin)
 
-## r2013-02-07
+## v0.8.2 / 2013-02-07
 
 * [Doc] add Authors
 * [Fix] fix data races for map access #29 (thanks @fsouza)
 
-## r2013-01-09
+## v0.8.1 / 2013-01-09
 
 * [Fix] Windows path separators
-
-## r2012-12-17
-
 * [Doc] BSD License
 
-## r2012-11-09
+## v0.8.0 / 2012-11-09
 
 * kqueue: directory watching improvements (thanks @vmirage)
-
-## r2012-11-01
-
 * inotify: add `IN_MOVED_TO` #25 (requested by @cpisto)
 * [Fix] kqueue: deleting watched directory #24 (reported by @jakerr)
 
-## r2012-10-09
+## v0.7.4 / 2012-10-09
 
 * [Fix] inotify: fixes from https://codereview.appspot.com/5418045/ (ugorji)
 * [Fix] kqueue: preserve watch flags when watching for delete #21 (reported by @robfig)
 * [Fix] kqueue: watch the directory even if it isn't a new watch (thanks @robfig)
 * [Fix] kqueue: modify after recreation of file
 
-## r2012-09-27
+## v0.7.3 / 2012-09-27
 
 * [Fix] kqueue: watch with an existing folder inside the watched folder (thanks @vmirage)
 * [Fix] kqueue: no longer get duplicate CREATE events
 
-## r2012-09-01
+## v0.7.2 / 2012-09-01
 
 * kqueue: events for created directories
 
-## r2012-07-14
+## v0.7.1 / 2012-07-14
 
 * [Fix] for renaming files
 
-## r2012-07-02
+## v0.7.0 / 2012-07-02
 
 * [Feature] FSNotify flags
 * [Fix] inotify: Added file name back to event path
 
-## r2012-06-06
+## v0.6.0 / 2012-06-06
 
 * kqueue: watch files after directory created (thanks @tmc)
 
-## r2012-05-22
+## v0.5.1 / 2012-05-22
 
 * [Fix] inotify: remove all watches before Close()
 
-## r2012-05-03
+## v0.5.0 / 2012-05-03
 
 * [API] kqueue: return errors during watch instead of sending over channel
-
-## r2012-04-28
-
 * kqueue: match symlink behavior on Linux
 * inotify: add `DELETE_SELF` (requested by @taralx)
-* [Doc] Godoc example (thanks @davecheney)
 * [Fix] kqueue: handle EINTR (reported by @robfig)
+* [Doc] Godoc example (thanks @davecheney)
 
-## r2012-03-30
+## v0.4.0 / 2012-03-30
 
 * Go 1 released: build with go tool
 * [Feature] Windows support using winfsnotify
 * Windows does not have attribute change notifications
 * Roll attribute notifications into IsModify
 
-## r2012-02-19
+## v0.3.0 / 2012-02-19
 
 * kqueue: add files when watch directory
 
-## r2011-12-30
+## v0.2.0 / 2011-12-30
 
 * update to latest Go weekly code
 
-## r2011-10-19
+## v0.1.0 / 2011-10-19
 
 * kqueue: add watch on file creation to match inotify
 * kqueue: create file event