From c66500390b02353afdc7e2ef3a9d6dd3c4059a32 Mon Sep 17 00:00:00 2001 From: Roman Lomonosov Date: Tue, 10 Jan 2017 07:51:19 +0300 Subject: [PATCH] version 0.9.0 --- README.md | 2 +- carbon-agent.go | 2 +- debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e250a29f..bfc5a3175 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ With settings above applied, best write-strategy to use is "noop" ## Changelog -##### version 0.9.0-rc1 +##### version 0.9.0 * Completely new internal architecture * Removed flush to whisper and stop on `USR2` signal. Use dump/restore instead * Removed global queue (channel) between receivers and cache, added optional per-receiver queues diff --git a/carbon-agent.go b/carbon-agent.go index 5f6b9024c..5c0841866 100644 --- a/carbon-agent.go +++ b/carbon-agent.go @@ -22,7 +22,7 @@ import ( import _ "net/http/pprof" // Version of go-carbon -const Version = "0.9.0-rc1" +const Version = "0.9.0" func httpServe(addr string) (func(), error) { tcpAddr, err := net.ResolveTCPAddr("tcp", addr) diff --git a/debian/changelog b/debian/changelog index 2f432a6f6..e16c7549c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -go-carbon (0.9.0-rc1) unstable; urgency=low +go-carbon (0.9.0) stable; urgency=low * Completely new internal architecture * Removed flush to whisper and stop on `USR2` signal. Use dump/restore instead * Removed global queue (channel) between receivers and cache, added optional per-receiver queues * Built-in [carbonserver](https://github.com/grobian/carbonserver) (thanks Vladimir Smirnov) * Added runtime tunables to internal metrics #70 - -- Roman Lomonosov Fri, 25 Nov 2016 23:00:00 +0300 + -- Roman Lomonosov Tue, 10 Jan 2017 08:00:00 +0300 go-carbon (0.8.1) stable; urgency=low * Bug fix: The synchronous config reload (HUP signal) and launch of the