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