From f7b94e9518bfd68eb080667ca28530383809f9ce Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Sat, 19 Nov 2016 16:25:04 -0800 Subject: [PATCH] Bump cernan to 0.4.7 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 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03688b9f..7a465a5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.4.6" +version = "0.4.7" dependencies = [ "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 791b34b8..a49d557a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cernan" -version = "0.4.6" +version = "0.4.7" authors = ["Brian L. Troutwine "] build = "build.rs"