From a13fd36530c1287ac4a3371cb44841de74333a25 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Sat, 6 Jun 2015 10:36:06 -0700 Subject: Bumped to 0.4.0. Added bt deps. --- RELEASE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'RELEASE.md') 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 # + +* Certificate / Signature management
+ First implementation of RVI authentication, authorization, and + authorization-filtered service discovery. + +* Rewrite to better handle multiple components
+ Multiple data links and protocols can now be handled + +* Replace static rules with routes
+ 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. + +* Bluetooth
+ Using dlink_bt, two RVI nodes can now communicate over an RFCOMM link. + + -- cgit v1.2.1