summaryrefslogtreecommitdiff
path: root/0.14/release_notes.html
diff options
context:
space:
mode:
Diffstat (limited to '0.14/release_notes.html')
-rw-r--r--0.14/release_notes.html116
1 files changed, 116 insertions, 0 deletions
diff --git a/0.14/release_notes.html b/0.14/release_notes.html
new file mode 100644
index 00000000..3642114d
--- /dev/null
+++ b/0.14/release_notes.html
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
+<title>automotive-message-broker: AMB Release Notes</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/javascript">
+ $(document).ready(function() { init_search(); });
+</script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td id="projectalign" style="padding-left: 0.5em;">
+ <div id="projectname">automotive-message-broker
+ &#160;<span id="projectnumber">0.14.0</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.11 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+ <div id="navrow1" class="tabs">
+ <ul class="tablist">
+ <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+ <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+ <li><a href="modules.html"><span>Modules</span></a></li>
+ <li><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li><a href="examples.html"><span>Examples</span></a></li>
+ <li>
+ <div id="MSearchBox" class="MSearchBoxInactive">
+ <span class="left">
+ <img id="MSearchSelect" src="search/mag_sel.png"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ alt=""/>
+ <input type="text" id="MSearchField" value="Search" accesskey="S"
+ onfocus="searchBox.OnSearchFieldFocus(true)"
+ onblur="searchBox.OnSearchFieldFocus(false)"
+ onkeyup="searchBox.OnSearchFieldChange(event)"/>
+ </span><span class="right">
+ <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+ </span>
+ </div>
+ </li>
+ </ul>
+ </div>
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+</div><!-- top -->
+<div class="header">
+ <div class="headertitle">
+<div class="title">AMB Release Notes </div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><p>Version: 0.14</p>
+<h2>New features:</h2>
+<ul>
+<li>[DBus] some classes for exporting custom interfaces moved to plugins-common</li>
+<li>[Bluemonkey plugin] support for creating custom dbus interfaces: bluemonkey.exportInterface()</li>
+<li>[Bluemonkey plugin] dbus module supports creating dbus interfaces to system or session services and creating/exporting dbus objects</li>
+<li>[ambctl] support for enabling disabling plugins</li>
+<li>[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</li>
+<li>[xwalk] vehicle extension now dynamically exports all AMB supported objects</li>
+</ul>
+<h2>Changes:</h2>
+<ul>
+<li><a class="el" href="interfacePlugin.html" title="the Plugin interface describes the configuration for a plugin. This interface may be extended with pl...">Plugin</a> create() method signature changed.</li>
+<li>Removed AbstractSinkManager class</li>
+<li>Removed deprecated dbus interfaces</li>
+<li>Removed deprecated 'FooChanged' signal introspection description</li>
+<li>Deprecated 'GetFoo' method. This doesn't contain much more information that cannot already be obtained through the Properties interface.</li>
+</ul>
+<h2>Fixes:</h2>
+<ul>
+<li>[XWalk] Fixed misspelled 'diagnostics' interface</li>
+<li>[DBus] Fixed misspelled 'Diagnostics' interface </li>
+</ul>
+</div></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.11
+</small></address>
+</body>
+</html>