packaging: updated spec file and changelog.
[profile/ivi/murphy.git] / packaging / murphy.changes
1 * Wed Feb  5 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.44
2 - system-controller: initial CPU-load and memory pressure monitoring
3 - system-controller: added input management
4 - system-controller: added audio management
5 - system-controller: added user management
6 - config: driving regulations
7 - fixes to a number of bugs discovered by static analysis
8
9 * Wed Jan 15 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.43
10 - transport: support for socket-based activation
11 - AMB: use fdo property interface for signals.
12
13 * Wed Jan 08 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.42
14 - resource: expose resource set id in the resource owner table
15 - resource: pass requesting resource set to the veto function
16 - resource: enforce temporarily dont_wait and auto_release flags from Lua
17 - resource: changed Lua resource veto to be pass-through
18 - common: merged non-libdbus-specific D-Bus abstraction
19 - common: new encoding/decoding/transport for 'native-type's
20
21 * Mon Dec 30 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.41
22 - packaging: prevent system controller from launching.
23 - packaging: set correct XDG_RUNTIME_DIR environment variable.
24 - config: do not die if resource-asm plugin failed to start
25 - config: work properly if the AMB plugin were not loaded or failed to initialize
26 - system-controller: add screen resource support
27
28 * Fri Dec 13 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.40
29 - enabled latest system controller snapshot (not used by default)
30 - support for blacklisting/whitelisting plugins
31 - support for disabling plugin loading/instantiating altogether
32 - support for disabling the console
33 - support for modular configuration via murphy.include & co.
34 - fixed errors detected by static analysis
35
36 * Fri Nov 22 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.39
37 - AMB: support properties where object and property names don't match.
38 - system-controller: initial system-controller support.
39 - packaging: listen for TurnSignal AMB properties.
40 - packaging: don't run as root, run as app (for now) instead.
41
42 * Tue Oct 03 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.38
43 - config: force strict prolicy for ASM-bridged shared players.
44 - Fixes TIVI-1927.
45
46 * Tue Oct 01 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.37
47 - packaging: enabled ivi-resource-manager.
48 - resolver: update target based on direct dependencies.
49 - Fixes TIVI-1132.
50 - Fixes TIVI-1920.
51
52 * Sat Sep 21 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.35
53 - packaging: added support for driving mode.
54 - Add systemd tmpfiles config to init tmp directories
55
56 * Fri Aug 23 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.34
57 - amb: query ambd properties again when it's started up.
58 - resource-c: removed forgotten debug print.
59 - common: ecore-glue.h can now be called from C++.
60 - resource-c: can be called from C++ code.
61 - breedline: started working on backwards search.
62
63 * Wed Jul 31 15:42:27 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.33
64 - release: released 0.0.33 (git: d28e693f39edba7c7b72ddc63e0e2cc39509443f).
65 - reenabled support for Audio Session Manager.
66
67 * Fri Jul 26 15:19:57 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.32
68 - release: released 0.0.32 (git: 9e13b2a1e0fb606b4808334fb04e0d92ed875496).
69 - packaging: update night mode when the brightness is first read.
70 - packaging: added processing for night mode.
71 - amb: fix a bug in error handling.
72 - amb: updated test data to match the changed AMB D-Bus interface.
73 - amb: added error logging messages to D-Bus error conditions.
74 - resource-client: fix possible NULL pointer bug.
75 - resource-dbus: do not use memory before testing for NULL.
76 - resource-native: resource-native: do not use memory before assert.
77 - common: fix a possible NULL pointer error.
78 - murphy-db: sizeof(int*) -> sizeof(int) as reported by static analysis.
79 - resource-c: fixed a compiler warning.
80 - build-sys: fix systemd enabling configure option typo.
81
82
83 * Fri Jul 12 17:35:30 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.31
84 - release: released 0.0.31 (git: 3b311403638ab262a98e2f8a27d84656f2c68ece).
85 - packaging: enabled SMACK support.
86 - resource-c: don't crash in client lib on 'premature' set creation.
87
88 * Mon Jul 08 20:27:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.30
89 - release: released 0.0.30 (git: 0b59371000d3e350da69345917bfc8c81e00013d).
90 - resource: added ivi-resource-manager (disabled by default in the config).
91 - console: don't crash on unterminated quoting from the console.
92 - packaging: use systemd instead of dlog for logging.
93
94 * Fri Jun 28 13:37:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
95 - release: released 0.0.29 (git: 93867cf298273bb81b773aeb3edcde8709963b27).
96 - packaging: fix %post scriptlet failing to enable murphyd.service.
97
98 * Wed Jun 26 22:12:26 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
99 - release: released 0.0.28 (git: 5e7d42593f8416917edd70c0f800ea9665f7a602).
100 - build-sys: workaround for LD_AS_NEEDED=1 breaking AC_LINK_IFELSE.
101 - common: re-enabled websocket support.
102 - packaging: get rid of a bunch of rpmlint warnings.