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