This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
43 lines (35 loc) · 2.14 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
24th Mar 2015 Jean-Pierre Bogler <[email protected]>
* Added CODING_STYLE file
* Updated README to provide more information about the package
* Added .gitignore
* Fix: Only call "g_type_init" if glib < 2.36.0 to avoid deprecated warning.
19th Nov 2013 Jean-Pierre Bogler <[email protected]>
* Fixed memory leaks. The children returned by "g_variant_get_child_value" were
not freed. Instead of "g_variant_get_child_value", "g_variant_get_child" now
is used at most places in nhm_systemd.c
23rd Oct 2013 Jean-Pierre Bogler <[email protected]>
* Bugfix for crash at startup. If a service failed before dbus connection was
obtained, a sgementation fault occured in "nhm_main_register_app_status".
* Fixed a bug in "nhm_main_is_process_running" found with Klocwork.
There was a possibility to dereference the uninitialized "error" variable.
* Corrected the systemd watchdog support. Cycle time is now retrieved from
WATCHDOG_USEC environment variable.
* Fixed some Klocwork comments
* Adapted the unit test
14th Aug 2013 Jean-Pierre Bogler <[email protected]>
* Changed handling of restart_apps
17th Jun 2013 Jean-Pierre Bogler <[email protected]>
* Introduced systemd observation.
NHM will use systemd dbus interface to recognize failing apps.
* Added internal trace abstraction
* Implemented registration for catching SIGTERM signal
09th Jul 2013 Jean-Pierre Bogler <[email protected]>
* Call Init/DeInit of PCL to support version 6.0.0
15th May 2013 Jean-Pierre Bogler <[email protected]>
* Introduced dbus observation. Added new config. key, adapted source code.
Extended unit test to cover new functionality.
02nd May 2013 Jean-Pierre Bogler <[email protected]>
* Adapted code to store "shutdown flag" via GENIVI Persistency,
instead of using the file "${datadir}/lib/shutdownflag".
15th Mar 2013 Jean-Pierre Bogler <[email protected]>
* Initial revision