a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 233768 and 251127

Description: 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 zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the server binaries.
Description: Transitional package for etcd-client and etcd-server
 This is a transitional package to ease upgrades for splitting the
 etcd package into a separate client and server piece. It can be
 safely removed.
--- 233768	Thu Jan  1 00:00:00 1970
+++ 251127	Thu Jan  1 00:00:00 1970
@@ -1,13 +1,4 @@
-Highly-available key value store for shared configuration and service discovery
+Transitional package for etcd-client and etcd-server
- A highly-available key value store for shared configuration and service
+ This is a transitional package to ease upgrades for splitting the
- discovery. etcd is inspired by zookeeper and doozer, with a focus on:
+ etcd package into a separate client and server piece. It can be
- .
+ safely removed.
-  * Simple: curl'able user facing API (HTTP+JSON)
-  * Secure: optional SSL client cert authentication
-  * Fast: benchmarked 1000s of writes/s per instance
-  * Reliable: Properly distributed using Raft
- .
- Etcd uses the Raft consensus algorithm to manage a highly-available replicated
- log.
- .
- This package contains the server binaries.