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