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