Skip to content

Commit

Permalink
Update go-whisper. Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Apr 13, 2015
1 parent a181ba8 commit 842d849
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ enabled = false
```

## Changelog
##### version 0.4.2
* Fix bug in go-whisper: points in long archives missed if metrics retention count >=3

##### version 0.4.1
* Bug fix schemas parser

Expand Down
2 changes: 1 addition & 1 deletion _vendor/src/github.com/lomik/go-whisper
Submodule go-whisper updated 1 files
+3 −3 whisper.go
2 changes: 1 addition & 1 deletion carbon-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
import _ "net/http/pprof"

// Version of go-carbon
const Version = "0.4.1"
const Version = "0.4.2"

// Duration wrapper time.Duration for TOML
type Duration struct {
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.4.2) unstable; urgency=low
* Fix bug in go-whisper: points in long archives missed if metrics retention count >=3

-- Roman Lomonosov <[email protected]> Thu, 14 Apr 2015 01:25:00 +0300

go-carbon (0.4.1) unstable; urgency=low
* Bug fix schemas parser

Expand Down

0 comments on commit 842d849

Please sign in to comment.