Skip to content

Commit

Permalink
Merge pull request #1 from lomik/master
Browse files Browse the repository at this point in the history
version bump. v0.7.2
  • Loading branch information
AlexAkulov authored Jun 20, 2016
2 parents b486916 + 84d3261 commit 3575c76
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ aggregation-file = ""
workers = 1
# Limits the number of whisper update_many() calls per second. 0 - no limit
max-updates-per-second = 0
# Sparse file creation
sparse-create = false
enabled = true
[cache]
Expand Down Expand Up @@ -126,6 +128,8 @@ enabled = false

## Changelog
##### master

##### version 0.7.2
* Added sparse file creation (`whisper.sparse-create` config option)
* Enable reload in init script (thanks [Jose Riguera](https://github.com/jriguera))
* Clean up schemas parser code (thanks [Dieter Plaetinck](https://github.com/Dieterbe))
Expand Down
2 changes: 1 addition & 1 deletion carbon-agent.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.7.1"
const Version = "0.7.2"

func httpServe(addr string) (func(), error) {
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
go-carbon (0.7.2) stable; urgency=low
* Added sparse file creation (whisper.sparse-create config option)
* Enable reload in init script (thanks Jose Riguera)
* Clean up schemas parser code (thanks Dieter Plaetinck)
* Better go-whisper error handling (thanks Hiroaki Nakamura)
* Don't try to create whisper file if exists with bad permissions #21

-- Roman Lomonosov <r.lomonosov@gmail.com> Fri, 17 Jun 2016 22:45:00 +0300

go-carbon (0.7.1) stable; urgency=low
* Fixed problem: Points in queue (channel) between cache and persister
subsystems was invisible for carbonlink
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: go-carbon
Section: utils
Priority: optional
Maintainer: Dave Rawks <dave@pandora.com>
Maintainer: Roman Lomonosov <r.lomonosov@gmail.com>
Build-Depends: debhelper (>= 9), make
Standards-Version: 3.9.5
Homepage: https://github.com/lomik/go-carbon
Expand Down

0 comments on commit 3575c76

Please sign in to comment.