added automatic timeout for get() and set() commands
[profile/ivi/automotive-message-broker.git] / RELEASE
1 Release notes for release 0.10.0
2
3 New features:
4
5 - Added org.automotive.Manager DBus interface.
6 - Added org.automotive.Manager.findProperty method for finding a specific object path for a given property
7 - OBD2 add support for AT/ST calls (ie, atrv for battery voltage) 
8 - Added automatic and configurable timeout for get() calls
9 - Added error type for get() calls
10
11 Changes:
12 - AbstractPropertyType class now contains information for zone and the property name
13 - Clean up sink subscription process so that subscription only happens once regardless of whether the property is supported or not at the time
14
15 Fixes:
16
17 - Fill in the fromGVariant() methods in list and map abstract property types