2013-11-14 09:37:03 +08:00
|
|
|
# Nov, 2013
|
|
|
|
|
|
|
|
* add Cleanup to remove leaky inotify watches (PR #20)
|
|
|
|
|
|
|
|
# Aug, 2013
|
|
|
|
|
|
|
|
* redesigned Location field (PR #12)
|
|
|
|
* add tail.Tell (PR #14)
|
|
|
|
|
|
|
|
# July, 2013
|
|
|
|
|
|
|
|
* Rate limiting (PR #10)
|
|
|
|
|
2013-05-29 02:06:11 +08:00
|
|
|
# May, 2013
|
|
|
|
|
2013-05-30 02:35:27 +08:00
|
|
|
* Detect file deletions/renames in polling file watcher (PR #1)
|
2013-05-29 04:53:19 +08:00
|
|
|
* Detect file truncation
|
|
|
|
* Fix potential race condition when reopening the file (issue 5)
|
2013-05-29 10:33:52 +08:00
|
|
|
* Fix potential blocking of `tail.Stop` (issue 4)
|
2013-05-30 02:35:27 +08:00
|
|
|
* Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
|
2013-05-31 04:18:46 +08:00
|
|
|
* Support Follow=false
|
2013-05-29 02:06:11 +08:00
|
|
|
|
|
|
|
# Feb, 2013
|
|
|
|
|
|
|
|
* Initial open source release
|