From 45c7b75ba77763eaf87136864d4942c4e0c5bfcd Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Thu, 6 Jun 2019 06:55:18 +0900 Subject: [PATCH] v1.5.1 Signed-off-by: Masahiro Nakagawa --- CHANGELOG.md | 22 ++++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387da4f12b..c5eaf56438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # v1.5 +## Release v1.5.1 - 2019/06/05 + +### Enhancement + +* in_tail: Increase read block size to reduce IO call + https://github.com/fluent/fluentd/pull/2418 +* in_monitor_agent: Refactor code + https://github.com/fluent/fluentd/pull/2422 + +### Bug fixes + +* out_forward: Fix socket handling of keepalive + https://github.com/fluent/fluentd/pull/2434 +* parser: Fix the use of name based timezone + https://github.com/fluent/fluentd/pull/2421 +* in_monitor_agent: Fix debug parameter handling + https://github.com/fluent/fluentd/pull/2423 +* command: Fix error handling of log rotation age option + https://github.com/fluent/fluentd/pull/2427 +* command: Fix ERB warning for ruby 2.6 or later + https://github.com/fluent/fluentd/pull/2430 + ## Release v1.5.0 - 2019/05/18 ### New feature diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 72420177d9..aff760c82f 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '1.5.0' + VERSION = '1.5.1' end