From e0c1eb3205ffe1b0cb39e830d88001e62b2c650e Mon Sep 17 00:00:00 2001 From: lomik Date: Fri, 28 Aug 2015 17:36:48 +0300 Subject: [PATCH] version 0.5.4 --- README.md | 3 +++ carbon-agent.go | 2 +- debian/changelog | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e21f4d80..380abe5ba 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ enabled = false ## Changelog ##### master +##### version 0.5.4 +* Fix RPM init script + ##### version 0.5.3 * Improved validation of bad wsp files * RPM init script checks config before restart diff --git a/carbon-agent.go b/carbon-agent.go index 591313a05..1af10fa14 100644 --- a/carbon-agent.go +++ b/carbon-agent.go @@ -27,7 +27,7 @@ import ( import _ "net/http/pprof" // Version of go-carbon -const Version = "0.5.3" +const Version = "0.5.4" // Duration wrapper time.Duration for TOML type Duration struct { diff --git a/debian/changelog b/debian/changelog index e04bd2292..fa9648d2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +go-carbon (0.5.4) stable; urgency=low + * Fix RPM init script + + -- Roman Lomonosov Fri, 28 Aug 2015 17:00:10 +0300 + go-carbon (0.5.3) stable; urgency=low * Improved validation of bad wsp files * RPM init script checks config before restart