CHANGELOG: release 0.4.4

This commit is contained in:
Brandon Philips 2014-06-24 10:55:54 -07:00
parent 5524131a9e
commit 4fb6087f4a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
v0.4.4
* Fix `--no-sync` flag in etcdctl (#83)
* Improved logging for machine removal (#844)
* Various documentation improvements (#858, #851, #847)
v0.4.3 v0.4.3
* Avoid panic() on truncated or unexpected log data (#834, #833) * Avoid panic() on truncated or unexpected log data (#834, #833)
* Fix missing stats field (#807) * Fix missing stats field (#807)

View File

@ -1,6 +1,6 @@
# etcd # etcd
README version 0.4.3 README version 0.4.4
A highly-available key value store for shared configuration and service discovery. 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: etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:

View File

@ -1,3 +1,3 @@
package server package server
const ReleaseVersion = "0.4.3+git" const ReleaseVersion = "0.4.4"