Skip to content

Commit

Permalink
v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Nov 16, 2011
1 parent 6cab460 commit fc7092b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

Release 0.10.7 - 2011/11/16

* Supports multi-threaded on buffered output plugins ('num_threads')
* Supports multi-process on input plugins ('detach_process')
* Added ObjectBufferedOutput
* Ensure to call 'shutdown' method of started plugins
* in_tail supports 'pos_file' option that stores read position to a file


Release 0.10.6 - 2011/11/11

* Fixed --group NAME cmdline argument
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.6
0.10.7
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fluent

VERSION = '0.10.6'
VERSION = '0.10.7'

end

0 comments on commit fc7092b

Please sign in to comment.