updated release
authorKevron Rees <tripzero.kev@gmail.com>
Wed, 5 Jun 2013 02:19:23 +0000 (19:19 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Wed, 5 Jun 2013 02:19:46 +0000 (19:19 -0700)
RELEASE
TODO

diff --git a/RELEASE b/RELEASE
index 2cdc2e9..95c66fc 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -4,7 +4,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
+- OBD2 add support for AT/ST calls (ie, atrv for battery voltage) 
 
 Changes:
 - AbstractPropertyType class now contains information for zone and the property name
+- Clean up sink subscription process so that subscription only happens once regardless of whether the property is supported or not at the time
 
+Fixes:
+
+- Fill in the fromGVariant() methods in list and map abstract property types
diff --git a/TODO b/TODO
index dec524b..29735d3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,13 +5,6 @@ For 0.10.0
 - Document changes to the DBus API in the IDL
 - autoreconnect on a timeout when Obd2 disconnects if 'autoreconnect' is 'true' in the config
 
-- OBD2 add support for AT/ST calls (ie, atrv for battery voltage) - DONE
-- fill in the fromGVariant() methods in list and map abstract property types. - DONE
-- Clean up sink subscription process so that subscription only happens once regardless of whether the 
-  property is supported or not at the time - DONE
-- investigate why websocketsink plugin constantly gets disconnected when using eth0 - DONE
-
-
 Other:
 - grep all the TODOs in the code and do them
 - per-source property filtering in routing engine