summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-01-09 15:23:16 -0800
committerKevron Rees <tripzero.kev@gmail.com>2015-01-09 15:23:16 -0800
commitf988702f4545828ccee7ab56a353b3a05fcbbeb6 (patch)
tree3645e3c0f3ac4d7bffd532b592fd2fe7329d5a40
parentf488227892b684c0371e5dc6f49cd3b84c4ee151 (diff)
downloadautomotive-message-broker-f988702f4545828ccee7ab56a353b3a05fcbbeb6.tar.gz
updated todo and release
-rw-r--r--RELEASE4
-rw-r--r--TODO8
2 files changed, 5 insertions, 7 deletions
diff --git a/RELEASE b/RELEASE
index e2fddc36..fc7968c0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -3,6 +3,10 @@ Release notes for release 0.14
New features:
- [DBus] some classes for exporting custom interfaces moved to plugins-common
- [Bluemonkey plugin] support for creating custom dbus interfaces: bluemonkey.exportInterface()
+- [ambctl] support for enabling disabling plugins
+- [ambd] support plugins.d - now plugin segments can be stuck in there and amb will try to load all plugins that
+ are enabled. See the example segments: /etc/ambd/plugins.d/dbus, examplesink, examplesource
+- [xwalk] vehicle extension now dynamically exports all AMB supported objects
Changes:
- Plugin create() method signature changed.
diff --git a/TODO b/TODO
index 0cc42f1e..699abf63 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,4 @@
-
- Refactor obd2 plugin with AsyncQueue. Use thread safe-update property.
-- update json protocol to support rangerequests with PropertyList instead of a singel property (Verify)
- source export from database plugin does not reflect the source in the database
-- no reason for pluginloader to track sources. core already does it.
-- create docs for all plugins (README)
-- handle badly formed messages properly (ie not crash) in websocketsink
- grep all the TODOs in the code and do them
-- investigate and enable use of provisioning in ssl websockets
-- enable ambd/plugins.d/
+