Release 0.1.0! boot-manager-0.1.0
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 29 Jun 2012 14:35:05 +0000 (15:35 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 29 Jun 2012 14:35:05 +0000 (15:35 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e69de29..73deee4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,8 @@
+0.1.0
+=====
+* Initial release for the GENIVI E-0.1 release
+* Preliminary implementation of the LUC Handler
+* Preliminary implementation of the boot manager D-Bus interface
+* Incomplete implementation of LUC startup
+* Incomplete implementation of target startup monitoring
+* Incomplete implementation of legacy application handling
index 6469053..980f8d0 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([boot_manager_version_api_major], [1])
 m4_define([boot_manager_version_major], [0])
-m4_define([boot_manager_version_minor], [0])
+m4_define([boot_manager_version_minor], [1])
 m4_define([boot_manager_version_micro], [0])
 m4_define([boot_manager_version], [boot_manager_version_major().boot_manager_version_minor().boot_manager_version_micro()])