Skip to content

Commit

Permalink
v0.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 13, 2017
1 parent aa3803b commit d64bd4f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '0.14.15'
VERSION = '0.14.16'

end

0 comments on commit d64bd4f

Please sign in to comment.