This commit is contained in:
yoshihara 2015-04-01 15:46:28 +09:00
parent d024035262
commit 3d8e1cb5c6
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Release 0.3.17 - 2015/04/01
* [fixed] #164 Display add/remove icons correctly in out_forward settings page
* [fixed] #165 Fix zombie process is created by clicking start button in dashboard
Release 0.3.16 - 2015/03/23
* [fixed] #163 Relax fluentd dependency

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.16)
fluentd-ui (0.3.17)
addressable
bundler
diff-lcs
@ -115,7 +115,7 @@ GEM
i18n_generators (1.2.1)
mechanize
rails (>= 3.0.0)
jbuilder (2.2.6)
jbuilder (2.2.7)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.2)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.16"
VERSION = "0.3.17"
end