release: updated changelog, bumped version.
[profile/ivi/murphy.git] / packaging / murphy.changes
1 * Fri Dec 13 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.40
2 - enabled latest system controller snapshot (not used by default)
3 - support for blacklisting/whitelisting plugins
4 - support for disabling plugin loading/instantiating altogether
5 - support for disabling the console
6 - support for modular configuration via murphy.include & co.
7 - fixed errors detected by static analysis
8
9 * Fri Nov 22 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.39
10 - AMB: support properties where object and property names don't match.
11 - system-controller: initial system-controller support.
12 - packaging: listen for TurnSignal AMB properties.
13 - packaging: don't run as root, run as app (for now) instead.
14
15 * Tue Oct 03 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.38
16 - config: force strict prolicy for ASM-bridged shared players.
17 - Fixes TIVI-1927.
18
19 * Tue Oct 01 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.37
20 - packaging: enabled ivi-resource-manager.
21 - resolver: update target based on direct dependencies.
22 - Fixes TIVI-1132.
23 - Fixes TIVI-1920.
24
25 * Sat Sep 21 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.35
26 - packaging: added support for driving mode.
27 - Add systemd tmpfiles config to init tmp directories
28
29 * Fri Aug 23 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.34
30 - amb: query ambd properties again when it's started up.
31 - resource-c: removed forgotten debug print.
32 - common: ecore-glue.h can now be called from C++.
33 - resource-c: can be called from C++ code.
34 - breedline: started working on backwards search.
35
36 * Wed Jul 31 15:42:27 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.33
37 - release: released 0.0.33 (git: d28e693f39edba7c7b72ddc63e0e2cc39509443f).
38 - reenabled support for Audio Session Manager.
39
40 * Fri Jul 26 15:19:57 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.32
41 - release: released 0.0.32 (git: 9e13b2a1e0fb606b4808334fb04e0d92ed875496).
42 - packaging: update night mode when the brightness is first read.
43 - packaging: added processing for night mode.
44 - amb: fix a bug in error handling.
45 - amb: updated test data to match the changed AMB D-Bus interface.
46 - amb: added error logging messages to D-Bus error conditions.
47 - resource-client: fix possible NULL pointer bug.
48 - resource-dbus: do not use memory before testing for NULL.
49 - resource-native: resource-native: do not use memory before assert.
50 - common: fix a possible NULL pointer error.
51 - murphy-db: sizeof(int*) -> sizeof(int) as reported by static analysis.
52 - resource-c: fixed a compiler warning.
53 - build-sys: fix systemd enabling configure option typo.
54
55
56 * Fri Jul 12 17:35:30 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.31
57 - release: released 0.0.31 (git: 3b311403638ab262a98e2f8a27d84656f2c68ece).
58 - packaging: enabled SMACK support.
59 - resource-c: don't crash in client lib on 'premature' set creation.
60
61 * Mon Jul 08 20:27:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.30
62 - release: released 0.0.30 (git: 0b59371000d3e350da69345917bfc8c81e00013d).
63 - resource: added ivi-resource-manager (disabled by default in the config).
64 - console: don't crash on unterminated quoting from the console.
65 - packaging: use systemd instead of dlog for logging.
66
67 * Fri Jun 28 13:37:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
68 - release: released 0.0.29 (git: 93867cf298273bb81b773aeb3edcde8709963b27).
69 - packaging: fix %post scriptlet failing to enable murphyd.service.
70
71 * Wed Jun 26 22:12:26 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
72 - release: released 0.0.28 (git: 5e7d42593f8416917edd70c0f800ea9665f7a602).
73 - build-sys: workaround for LD_AS_NEEDED=1 breaking AC_LINK_IFELSE.
74 - common: re-enabled websocket support.
75 - packaging: get rid of a bunch of rpmlint warnings.