Skip to content

Commit

Permalink
version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Feb 21, 2017
1 parent 726c906 commit cb2b504
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ With settings above applied, best write-strategy to use is "noop"


## Changelog
##### version 0.9.1
* Always stop on USR2 signal (previously did not stop with disabled dump/restore) #135

##### version 0.9.0
* Completely new internal architecture
* Removed flush to whisper and stop on `USR2` signal. Use dump/restore instead
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
go-carbon (0.9.1) stable; urgency=low
* Always stop on USR2 signal

-- Roman Lomonosov <r.lomonosov@gmail.com> Tue, 21 Feb 2017 23:00:00 +0300

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
Expand Down
2 changes: 1 addition & 1 deletion go-carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
import _ "net/http/pprof"

// Version of go-carbon
const Version = "0.9.0"
const Version = "0.9.1"

func httpServe(addr string) (func(), error) {
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
Expand Down

0 comments on commit cb2b504

Please sign in to comment.