some core changes as well as additions to opencv plugin
[profile/ivi/automotive-message-broker.git] / RELEASE
1 Release notes for release 0.12
2
3 New features:
4 - Added "frequency" option to database plugin.  Now periodic data can be written to the db.
5   this is useful for high speed data that you don't want to flood the database.
6 - New test tools: amb-get, amb-set and amb-get-history
7
8 Changes:
9 - Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal
10 - DBus Object paths do not appear until FindObject* is called.  The object path disappears with
11   the last pid that called FindObject* disconnects from DBus (or closes).
12
13 Fixes:
14 - database plugin updated to use zones