Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
  • Loading branch information
repeatedly committed Apr 2, 2020
1 parent 55030b8 commit cc97aa4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# v1.10

## Release v1.10.1 - 2020/04/02

### Enhancement

* command: `--daemon` and `--no-supervisor` now work together
https://github.com/fluent/fluentd/pull/2912
* Refactor code
https://github.com/fluent/fluentd/pull/2913

### Bug fix

* in_tail: `Fix pos_file_compaction_interval` parameter type
https://github.com/fluent/fluentd/pull/2921
* in_tail: Fix seek position update after compaction
https://github.com/fluent/fluentd/pull/2922
* parser_syslog: Fix regression in the `with_priority` and RFC5424 case
https://github.com/fluent/fluentd/pull/2923

### Misc

* Add document for security audit
https://github.com/fluent/fluentd/pull/2911

## Release v1.10.0 - 2020/03/24

### New feature
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 = '1.10.0'
VERSION = '1.10.1'

end

0 comments on commit cc97aa4

Please sign in to comment.