summaryrefslogtreecommitdiff
path: root/vendor/github.com/hpcloud/tail/CHANGES.md
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-03-29 13:07:43 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-03-29 13:35:37 +0200
commit21502987b2318292bf98e3ef502fb4c0cf9a6d58 (patch)
tree8a2972a6d8ce1d38445ae8be751da3d1cf7a6ff9 /vendor/github.com/hpcloud/tail/CHANGES.md
parenta2d7fb0c66441450c9169bebdefa07993759fa5b (diff)
downloadpodman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.tar.gz
podman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.tar.bz2
podman-21502987b2318292bf98e3ef502fb4c0cf9a6d58.zip
replace hpcloud/tail with nxadm/tail
The hpcloud is not maintained anymore. nxadm is already part of the dependency chain, so it won't add work for downstream packages. While testing upcoming changes to the events-file backend, I noticed that nxadm is shipping required fixes. [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'vendor/github.com/hpcloud/tail/CHANGES.md')
-rw-r--r--vendor/github.com/hpcloud/tail/CHANGES.md63
1 files changed, 0 insertions, 63 deletions
diff --git a/vendor/github.com/hpcloud/tail/CHANGES.md b/vendor/github.com/hpcloud/tail/CHANGES.md
deleted file mode 100644
index 422790c07..000000000
--- a/vendor/github.com/hpcloud/tail/CHANGES.md
+++ /dev/null
@@ -1,63 +0,0 @@
-# API v1 (gopkg.in/hpcloud/tail.v1)
-
-## April, 2016
-
-* Migrated to godep, as depman is not longer supported
-* Introduced golang vendoring feature
-* Fixed issue [#57](https://github.com/hpcloud/tail/issues/57) related to reopen deleted file
-
-## July, 2015
-
-* Fix inotify watcher leak; remove `Cleanup` (#51)
-
-# API v0 (gopkg.in/hpcloud/tail.v0)
-
-## June, 2015
-
-* Don't return partial lines (PR #40)
-* Use stable version of fsnotify (#46)
-
-## July, 2014
-
-* Fix tail for Windows (PR #36)
-
-## May, 2014
-
-* Improved rate limiting using leaky bucket (PR #29)
-* Fix odd line splitting (PR #30)
-
-## Apr, 2014
-
-* LimitRate now discards read buffer (PR #28)
-* allow reading of longer lines if MaxLineSize is unset (PR #24)
-* updated deps.json to latest fsnotify (441bbc86b1)
-
-## Feb, 2014
-
-* added `Config.Logger` to suppress library logging
-
-## 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)
-
-## May, 2013
-
-* Detect file deletions/renames in polling file watcher (PR #1)
-* Detect file truncation
-* Fix potential race condition when reopening the file (issue 5)
-* Fix potential blocking of `tail.Stop` (issue 4)
-* Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
-* Support Follow=false
-
-## Feb, 2013
-
-* Initial open source release