got bluez5 client somewhat working
[profile/ivi/automotive-message-broker.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index 2cdc2e9..3ecc116 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,10 +1,14 @@
-Release notes for release 0.10.0
+Release notes for release 0.12
 
 New features:
-
-- Added org.automotive.Manager DBus interface.
-- Added org.automotive.Manager.findProperty method for finding a specific object path for a given property
+- Added "frequency" option to database plugin.  Now periodic data can be written to the db.
+  this is useful for high speed data that you don't want to flood the database.
+- New test tools: amb-get, amb-set and amb-get-history
 
 Changes:
-- AbstractPropertyType class now contains information for zone and the property name
+- Deprecated and removed the "FooChanged" (where "Foo" is a property like "VehicleSpeed") signal
+- DBus Object paths do not appear until FindObject* is called.  The object path disappears with
+  the last pid that called FindObject* disconnects from DBus (or closes).
 
+Fixes:
+- database plugin updated to use zones