Skip to content

Commit

Permalink
Bump cernan to 0.4.7
Browse files Browse the repository at this point in the history
This release contains two key features. The first, and most immediately
important, are adjustments to the file watching subsystem. We no longer
use filesystem events and prefer to do periodic polling. This resolves
overload of the OS notify mechanism on systems with very fast logs. As
well, this release includes the start of the scripting filter mechanism
though it is disabled.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Nov 20, 2016
1 parent 660773e commit f7b94e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cernan"
version = "0.4.6"
version = "0.4.7"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit f7b94e9

Please sign in to comment.