fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index c2584b1..d7a921d 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,21 +1,17 @@
-Release notes for release 0.11
+Release notes for release 0.13
 
 New features:
-
-- DBus objects are divided by source and zone.
-- Zone DBus property.
-- Get{PropertyName}() DBus method returns extended data about the property.
-- new ZonesForProperty and FindPropertyForZone methods.
-- new FindObject DBus method replaces findProperty
-- OpenCV plugin has experimental CUDA support
-- new "bluemonkey" plugin - a AMB -> javascript gateway
-
+- [xwalk extension] implements full W3C automotive BG vehicle and data APIs
+- [OpenCV plugin] code updated to the new 3.0 beta API
+- [OpenCV plugin] driver drowsiness detection test code
+- [Bluemonkey plugin] support for zones in JS API.
+- [Bluemonkey plugin] database module.
 
 Changes:
-- findProperty DBus method on org.automotive.Manager is deprecated.
-
-
+- OpenCV plugin experimental options for cuda and kinect are removed
+- Removed unmaintained plugins: tpms, websocket{sink,source}
 
 Fixes:
-
-
+- [DBus plugin] Fix exporting properties in zones that really don't have support
+- [xwalk extension] fixed set() for some types did not work because of invalid GVariant creation.
+- [websocket plugin] Updated html test page.  Fixed protocol usage.