From 81991b6e1f63de32ab6acd492be075f77a14b468 Mon Sep 17 00:00:00 2001 From: lomik Date: Sat, 13 Jun 2015 12:16:34 +0300 Subject: [PATCH] version 0.5.1 --- README.md | 2 ++ carbon-agent.go | 2 +- debian/changelog | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a39c555e..2ad17dfd6 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ enabled = false ## Changelog ##### master + +##### version 0.5.1 * Reduced error level of "bad messages" in tcp and pickle receivers. Now `info` * Configurable logging level. `log-level` option * Fix `wrong carbonlink request` error in log diff --git a/carbon-agent.go b/carbon-agent.go index 90c74df8e..d34b94822 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.0" +const Version = "0.5.1" // Duration wrapper time.Duration for TOML type Duration struct { diff --git a/debian/changelog b/debian/changelog index cc257b68a..02b5f541b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +go-carbon (0.5.1) stable; urgency=low + * Reduced error level of "bad messages" in tcp and pickle receivers. Now `info` + * Configurable logging level. `log-level` option + * Fix `wrong carbonlink request` error in log + + -- Roman Lomonosov Sat, 13 Jun 2015 12:15:00 +0300 + go-carbon (0.5.0) stable; urgency=low * `-check-config` validates schemas and aggregation configs * Fix broken internal metrics `tcp.active` and `pickle.active`