Merge pull request #43 from tripzero/master
[profile/ivi/automotive-message-broker.git] / RELEASE.in.md
1 # AMB Release Notes {#release_notes}
2 Version: @PROJECT_VERSION@
3
4 ## New features:
5 - [DBus] some classes for exporting custom interfaces moved to plugins-common
6 - [Bluemonkey plugin] support for creating custom dbus interfaces: bluemonkey.exportInterface()
7 - [ambctl] support for enabling disabling plugins
8 - [ambd] support plugins.d - now plugin segments can be stuck in there and amb will try to load all plugins that
9   are enabled.  See the example segments: /etc/ambd/plugins.d/dbus, examplesink, examplesource
10 - [xwalk] vehicle extension now dynamically exports all AMB supported objects
11
12 ## Changes:
13 - Plugin create() method signature changed.
14 - Removed AbstractSinkManager class
15 - Removed deprecated dbus interfaces
16 - Removed deprecated 'FooChanged' signal introspection description
17 - Deprecated 'GetFoo' method.  This doesn't contain much more information that cannot already be
18   obtained through the Properties interface.
19
20 ## Fixes: