bugfix about AirDistribution
[profile/ivi/automotive-message-broker.git] / RELEASE.in.md
index 90b5de0..8a4a884 100644 (file)
@@ -1,20 +1,10 @@
-AMB Release Notes
-Version: @PROJECT_VERSION@
+# AMB Release Notes {#release_notes}
+Version: @PROJECT_SERIES@
 
-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
+## New features:
+- [AMBClient] c++ client and server library for interfacing with AMB over bluetooth, websockets, etc
 
-Changes:
-- Plugin create() method signature changed.
-- Removed AbstractSinkManager class
-- Removed deprecated dbus interfaces
-- Removed deprecated 'FooChanged' signal introspection description
-- Deprecated 'GetFoo' method.  This doesn't contain much more information that cannot already be
-  obtained through the Properties interface.
+## Changes:
+- [Bluemonkey] Bluemonkey and Amb functions now split into separate properties: "bluemonkey" and "amb" respectively.  See bluemonkey docs.
 
-Fixes:
+## Fixes: