Adjust NSM Consumer D-Bus interface to match the real NSM
[profile/ivi/node-startup-controller.git] / NEWS
1 x.y.z
2 =====
3 * Make systemd respond to "READY" notifications from the NSC (GT-2212)
4 * Adjust D-Bus interface definitions to match the Node State Manager.
5
6 1.0.0
7 =====
8 * Final release for GENIVI Excalibur
9 * Use a proper error code when unable to handle unregister requests
10 * Update the test documentation for legacy application handling
11 * Simplify g_variant_lookup_value_with_int_key() to avoid license
12   issues (the previously implementation was based on code from
13   GLib)
14 * Fix segmentation fault in TargetStartupMonitor.
15 * Fix segmentation fault in LAHandlerService.
16 * Add documentation for the GLib extension functions.
17 * Add documentation for the JobManager class
18 * Add documentation for the LAHandlerService class
19 * Add documentation for the LUCStarter class
20 * Add documentation for the NodeStartupControllerApplication class
21 * Add documentation for the ShutdownClient class
22 * Add documentation for the TargetStartupMonitor class
23 * Add documentation for the WatchdogClient class
24 * License the reference manual under Creative Commons CC0 1.0
25   Universal (CC0 1.0)
26 * Fixed NodeStartupControllerApplication's SIGINT handler redundantly
27   quitting the application and not cancelling the LUCStarter.
28 * The TargetStartupMonitor now only monitors its targets, not every
29   unit whose state changes.
30
31 0.9.1
32 =====
33 * First release candidate for 1.0.0
34 * Includes a feature complete implementation including Last User
35   Context (LUC) management, legacy application handling, and target
36   startup monitoring
37 * Dropped the org.genivi.BootManager1 D-Bus interface
38 * Dropped the org.genivi.LUCHandler1 D-Bus interface
39 * Renamed the component from Boot Manager to Node Startup Controller
40 * Merged all individual service apps into a single binary/process
41 * Moved updated versions of the D-Bus methods for LUC management into
42   the new org.genivi.NodeStartupController1.NodeStartupController
43   D-Bus interface
44 * Added a reference manual including documentation of the public
45   interfaces and test cases
46
47 0.1.0
48 =====
49 * Initial release for the GENIVI E-0.1 release
50 * Preliminary implementation of the LUC Handler
51 * Preliminary implementation of the boot manager D-Bus interface
52 * Incomplete implementation of LUC startup
53 * Incomplete implementation of target startup monitoring
54 * Incomplete implementation of legacy application handling