summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-02 16:05:32 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-06 14:37:58 +0100
commitbba79eb932a830751dee95f34021dc88d7e22c71 (patch)
tree2973a5cac0144fa47b4926ed394609601886239a
parentdcea74978728443cbe256fe9eb718300e281e523 (diff)
downloadnode-startup-controller-bba79eb932a830751dee95f34021dc88d7e22c71.tar.gz
Update NEWS for the 0.9.1 release
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73deee4..ad5b66c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.9.1
+=====
+* First release candidate for 1.0.0
+* Includes a feature complete implementation including Last User
+ Context (LUC) management, legacy application handling, and target
+ startup monitoring
+* Dropped the org.genivi.BootManager1 D-Bus interface
+* Dropped the org.genivi.LUCHandler1 D-Bus interface
+* Renamed the component from Boot Manager to Node Startup Controller
+* Merged all individual service apps into a single binary/process
+* Moved updated versions of the D-Bus methods for LUC management into
+ the new org.genivi.NodeStartupController1.NodeStartupController
+ D-Bus interface
+* Added a reference manual including documentation of the public
+ interfaces and test cases
+
0.1.0
=====
* Initial release for the GENIVI E-0.1 release