mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
v0.3.17
This commit is contained in:
parent
d024035262
commit
3d8e1cb5c6
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.16"
|
||||
VERSION = "0.3.17"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user