Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Aug 6, 2011
1 parent 25cb584 commit 8c0f97d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,4 +1,11 @@

Release 0.9.7 - 2011/08/06

* Load plugins named fluent_plugin.rb installed by RubyGems
* Load plugins located on fluent/plugin/{buf,in,out}_{type} installed by RubyGems
* Removed out_tdlog plugin to fluent-plugin-td gem


Release 0.9.6 - 2011/08/06

* Force flush buffered events on SIGUSR1
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ begin
gemspec.add_dependency "http_parser.rb", "~> 0.5.1"
gemspec.test_files = Dir["test/**/*.rb"]
gemspec.files = Dir["bin/**/*", "lib/**/*", "test/**/*.rb"] +
%w[fluent.conf]
%w[fluent.conf VERSION AUTHORS Rakefile COPYING fluent.gemspec]
gemspec.executables = ['fluentd', 'fluent-cat', 'fluent-gem']
end
Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.6
0.9.7
2 changes: 1 addition & 1 deletion configure.in
@@ -1,6 +1,6 @@
AC_INIT(lib/fluent/engine.rb)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(fluent, 0.9.6)
AM_INIT_AUTOMAKE(fluent, 0.9.7)

AC_CHECK_LIB(z,deflate,,
AC_MSG_ERROR([zlib library not found]))
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
@@ -1,5 +1,5 @@
module Fluent

VERSION = '0.9.6'
VERSION = '0.9.7'

end

0 comments on commit 8c0f97d

Please sign in to comment.