From d64bd4f0110e4cd75e7f9da52c7eed5556177034 Mon Sep 17 00:00:00 2001 From: Masahiro Nakagawa Date: Sat, 13 May 2017 21:51:05 +0900 Subject: [PATCH] v0.14.16 --- ChangeLog | 20 ++++++++++++++++++++ lib/fluent/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f45a999883..43a2b0e575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ # v0.14 +## Release v0.14.16 - 2017/05/13 + +### New features / Enhancements + +* config: Allow null byte in double-quoted string + https://github.com/fluent/fluentd/pull/1552 +* parser: Support %iso8601 special case for time_format + https://github.com/fluent/fluentd/pull/1562 + +### Bug fixes + +* out_forward: Call proper method for each connection type + https://github.com/fluent/fluentd/pull/1560 +* in_monitor_agent: check variable buffer is a Buffer instance + https://github.com/fluent/fluentd/pull/1556 +* log: Add missing '<<' method to delegators + https://github.com/fluent/fluentd/pull/1558 +* command: uninitialized constant Fluent::Engine in fluent-binlog-reader + https://github.com/fluent/fluentd/pull/1568 + ## Release v0.14.15 - 2017/04/23 ### New features / Enhancements diff --git a/lib/fluent/version.rb b/lib/fluent/version.rb index 9da76f6e40..d3eeb3c85f 100644 --- a/lib/fluent/version.rb +++ b/lib/fluent/version.rb @@ -16,6 +16,6 @@ module Fluent - VERSION = '0.14.15' + VERSION = '0.14.16' end