summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-24 14:48:17 +0200
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-04-24 14:48:17 +0200
commit5fb0874b1e136f1aeb4cf98cda9541a57e303b19 (patch)
treece6e8bede56037afed76880f1cd3be432741326b
parentfce0caae29edb89e8784b945559862c6b58eef94 (diff)
Add release features.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3eff274..90f6eac 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,8 @@ Pre-1.0: A release is a milestone in the project. Whenever the system seems to
be working fairly well, a commit is tagged as the release version.
### Next release
+* Use protocol buffer services based on [protobuf-simple-rpc](https://github.com/orbekk/protobuf-simple-rpc).
+* Removes HTTP based services.
* Advertise new master. => New clients can join the network.
* Kill SameService if SameController fails. (E.g. when binding Jetty).