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