Skip to content

Commit

Permalink
v1.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Aug 22, 2022
1 parent a2807c6 commit c328422
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# v1.15

## Release v1.15.2 - 2022/08/22

### Enhancement

* Add a new system configuration `enable_jit`
https://github.com/fluent/fluentd/pull/3857

### Bug Fix

* out_file: Fix append mode with `--daemon` flag
https://github.com/fluent/fluentd/pull/3864
* child_process: Plug file descriptor leak
https://github.com/fluent/fluentd/pull/3844

### Misc

* Drop win32-api gem to support Ruby 3.2
https://github.com/fluent/fluentd/pull/3849
https://github.com/fluent/fluentd/pull/3866

## Release v1.15.1 - 2022/07/27

### Bug Fix
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.15.1'
VERSION = '1.15.2'

end

0 comments on commit c328422

Please sign in to comment.