updated release notes
authorKevron Rees <kevron.m.rees@intel.com>
Fri, 14 Feb 2014 00:30:48 +0000 (16:30 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Fri, 14 Feb 2014 00:30:48 +0000 (16:30 -0800)
RELEASE

diff --git a/RELEASE b/RELEASE
index 879f571..55ed81b 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,13 @@
 Release notes for release 0.12
 
 New features:
+- 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.
 
 Changes:
 - 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