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