Skip to content

Commit

Permalink
v0.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed Jul 31, 2017
1 parent 8aae4ca commit d57fec9
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.20 - 2017/07/31

### New features / Enhancements

* plugin: Add record_accessor plugin helper
https://github.com/fluent/fluentd/pull/1637
* log: Add format and time_format parameters to <system> setting
https://github.com/fluent/fluentd/pull/1644

### Bug fixes

* buf_file: Improve file handling to mitigate broken meta file
https://github.com/fluent/fluentd/pull/1628
* in_syslog: Fix the description of resolve_hostname parameter
https://github.com/fluent/fluentd/pull/1633
* process: Fix signal handling. Send signal to all workers
https://github.com/fluent/fluentd/pull/1642
* output: Fix error message typo
https://github.com/fluent/fluentd/pull/1643

## Release v0.14.19 - 2017/07/12

### 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.20.rc1'
VERSION = '0.14.20'

end

0 comments on commit d57fec9

Please sign in to comment.