summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-06-06 10:36:06 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-06-09 13:53:55 -0700
commita13fd36530c1287ac4a3371cb44841de74333a25 (patch)
tree01df9d03094b4582c1157ac73585a47ab50fb0b4 /RELEASE.md
parente23ca6ea6aae0c1525c4e783ebbff3781f1e5de4 (diff)
downloadrvi_core-a13fd36530c1287ac4a3371cb44841de74333a25.tar.gz
Bumped to 0.4.0. Added bt deps.
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 2c85411..5f28d3c 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -79,3 +79,22 @@ Big data demo moved to its own repo at https://github.com/PDXostc/rvi_bigdata
We now filter any services associated with a dead tcp connection
against identically named services registered over other
connections.
+
+# v0.4.0 #
+
+* <b>Certificate / Signature management</b><br>
+ First implementation of RVI authentication, authorization, and
+ authorization-filtered service discovery.
+
+* <b>Rewrite to better handle multiple components</b><br>
+ Multiple data links and protocols can now be handled
+
+* <b>Replace static rules with routes</b><br>
+ We can now route messages depending on their targeted service names.
+ Each route specify a protocol and data link to use, together with
+ options indicating how that route should be managed.
+
+* <b>Bluetooth</b><br>
+ Using dlink_bt, two RVI nodes can now communicate over an RFCOMM link.
+
+