packaging: bumped version, updated changelog.
[profile/ivi/murphy.git] / packaging / murphy.changes
1 * Fri Feb 21 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.47
2 - system-controller: support for disabling single windows (surfaces).
3 - system-monitor: support for cgroup CPU usage/load monitoring.
4 - system-monitor: initial support for cgroup Lua bindings.
5 - config: added dedicated resources for speech recognition and synthesis.
6 - system-controller: use database for getting the app info.
7 - system-controller: handle client disconnects.
8 - system-controller: support for delayed area resolution for screen resources
9 - system-controller: fixes for multi display setups
10 - packaging: added aul dependency when building system-controller.
11 - system-controller: added AIL support for getting application categories.
12 - amb: followd ambd D-Bus name.
13 - system-controller: cleanups for application-tracker.
14 - config: load telephony plugin only after 'audio_playback' gets defined.
15
16 * Fri Feb 14 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.46
17 - config: use the regulation hooks
18 - config: add applications for special handling
19 - config: add support for regulating driving mode
20 - config: check for nil system controller variable
21 - amb: update to the new FindObject API
22 - ivi-resource-manager: don't return random pointers
23 - system-controller: add requisites to applications
24 - system-controller: remove an element from the list in advance
25 - system-controller: give gorrect appid for resource creation events
26 - system-controller: resource_manager init, preallocate and commit notifications
27 - system-controller: added initial support for application tracking
28 - system-controller: add disable support to resource manager
29 - system-controller: check appid for illegal characters
30 - system-controller: split out system-monitor to a plugin of its own
31 - system-monitor: better configurability, more Lua scriptability
32 - lua-utils: add missing boolean support for funcbridge
33 - packaging: mark system-controller conflict with ivi-resource-manager
34 - packaging: look for linked-in plugin shared libs in the correct place
35 - packaging: explicitly enable system-monitor
36
37 * Fri Feb 07 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.45
38 - config: dynamically check whether ico-homescreen support is available.
39
40 * Wed Feb  5 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.44
41 - system-controller: initial CPU-load and memory pressure monitoring
42 - system-controller: added input management
43 - system-controller: added audio management
44 - system-controller: added user management
45 - config: driving regulations
46 - fixes to a number of bugs discovered by static analysis
47
48 * Wed Jan 15 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.43
49 - transport: support for socket-based activation
50 - AMB: use fdo property interface for signals.
51
52 * Wed Jan 08 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.42
53 - resource: expose resource set id in the resource owner table
54 - resource: pass requesting resource set to the veto function
55 - resource: enforce temporarily dont_wait and auto_release flags from Lua
56 - resource: changed Lua resource veto to be pass-through
57 - common: merged non-libdbus-specific D-Bus abstraction
58 - common: new encoding/decoding/transport for 'native-type's
59
60 * Mon Dec 30 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.41
61 - packaging: prevent system controller from launching.
62 - packaging: set correct XDG_RUNTIME_DIR environment variable.
63 - config: do not die if resource-asm plugin failed to start
64 - config: work properly if the AMB plugin were not loaded or failed to initialize
65 - system-controller: add screen resource support
66
67 * Fri Dec 13 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.40
68 - enabled latest system controller snapshot (not used by default)
69 - support for blacklisting/whitelisting plugins
70 - support for disabling plugin loading/instantiating altogether
71 - support for disabling the console
72 - support for modular configuration via murphy.include & co.
73 - fixed errors detected by static analysis
74
75 * Fri Nov 22 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.39
76 - AMB: support properties where object and property names don't match.
77 - system-controller: initial system-controller support.
78 - packaging: listen for TurnSignal AMB properties.
79 - packaging: don't run as root, run as app (for now) instead.
80
81 * Tue Oct 03 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.38
82 - config: force strict prolicy for ASM-bridged shared players.
83 - Fixes TIVI-1927.
84
85 * Tue Oct 01 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.37
86 - packaging: enabled ivi-resource-manager.
87 - resolver: update target based on direct dependencies.
88 - Fixes TIVI-1132.
89 - Fixes TIVI-1920.
90
91 * Sat Sep 21 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.35
92 - packaging: added support for driving mode.
93 - Add systemd tmpfiles config to init tmp directories
94
95 * Fri Aug 23 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.34
96 - amb: query ambd properties again when it's started up.
97 - resource-c: removed forgotten debug print.
98 - common: ecore-glue.h can now be called from C++.
99 - resource-c: can be called from C++ code.
100 - breedline: started working on backwards search.
101
102 * Wed Jul 31 15:42:27 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.33
103 - release: released 0.0.33 (git: d28e693f39edba7c7b72ddc63e0e2cc39509443f).
104 - reenabled support for Audio Session Manager.
105
106 * Fri Jul 26 15:19:57 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.32
107 - release: released 0.0.32 (git: 9e13b2a1e0fb606b4808334fb04e0d92ed875496).
108 - packaging: update night mode when the brightness is first read.
109 - packaging: added processing for night mode.
110 - amb: fix a bug in error handling.
111 - amb: updated test data to match the changed AMB D-Bus interface.
112 - amb: added error logging messages to D-Bus error conditions.
113 - resource-client: fix possible NULL pointer bug.
114 - resource-dbus: do not use memory before testing for NULL.
115 - resource-native: resource-native: do not use memory before assert.
116 - common: fix a possible NULL pointer error.
117 - murphy-db: sizeof(int*) -> sizeof(int) as reported by static analysis.
118 - resource-c: fixed a compiler warning.
119 - build-sys: fix systemd enabling configure option typo.
120
121
122 * Fri Jul 12 17:35:30 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.31
123 - release: released 0.0.31 (git: 3b311403638ab262a98e2f8a27d84656f2c68ece).
124 - packaging: enabled SMACK support.
125 - resource-c: don't crash in client lib on 'premature' set creation.
126
127 * Mon Jul 08 20:27:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.30
128 - release: released 0.0.30 (git: 0b59371000d3e350da69345917bfc8c81e00013d).
129 - resource: added ivi-resource-manager (disabled by default in the config).
130 - console: don't crash on unterminated quoting from the console.
131 - packaging: use systemd instead of dlog for logging.
132
133 * Fri Jun 28 13:37:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
134 - release: released 0.0.29 (git: 93867cf298273bb81b773aeb3edcde8709963b27).
135 - packaging: fix %post scriptlet failing to enable murphyd.service.
136
137 * Wed Jun 26 22:12:26 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
138 - release: released 0.0.28 (git: 5e7d42593f8416917edd70c0f800ea9665f7a602).
139 - build-sys: workaround for LD_AS_NEEDED=1 breaking AC_LINK_IFELSE.
140 - common: re-enabled websocket support.
141 - packaging: get rid of a bunch of rpmlint warnings.