Skip to content

Commit

Permalink
CHANGELOG: v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengq committed Jul 29, 2014
1 parent 6868372 commit 49e0dff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.4.6
* Fix long-term timer leak (#900, #875, #868, #904)
* Fix `Running` field in standby_info file (#881)
* Add `quorum=true` query parameter for GET requests (#866, #883)
* Add `Access-Control-Allow-Headers` header for CORS requests (#886)
* Various documentation improvements (#907, #882)

v0.4.5
* Flush headers immediatly on `wait=true` requests (#877)
* Add `ETCD_HTTP_READ_TIMEOUT` and `ETCD_HTTP_WRITE_TIMEOUT` (#880)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# etcd

README version 0.4.5
README version 0.4.6

A highly-available key value store for shared configuration and service discovery.
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:
Expand Down
2 changes: 1 addition & 1 deletion server/release_version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package server

const ReleaseVersion = "0.4.5"
const ReleaseVersion = "0.4.6"

0 comments on commit 49e0dff

Please sign in to comment.