cf8e476c38edbddfc74028e52c094bdb3162125b
[profile/ivi/murphy.git] / packaging / murphy.changes
1 * Tue Nov 04 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.64
2 - resource-lua: memory-handling fixes.
3 - domain-control: properly subscribe for all watched table changes.
4
5 * Fri Oct 31 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.63
6 - murphy-db: don't leak result rows in trigger row_event_callbacks.
7 - domain-control: switched to use resolver-aware trigger-driver notification.
8 - system-controller: fix a crash in inotify watching.
9 - system-controller: handle recursive directory creation properly.
10 - system-controller: launch HS with user name instead of user dir.
11 - packaging: moved murphyd.service to systemd user session.
12 - config: create system surfaces on top, but not visible.
13 - config: delete timers by setting 'callback', not 'cb' to nil.
14
15 * Thu Oct 30 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.62
16 - fix TC-1835
17 - resource: disconnect, destroy transport when resource connection fails
18 - common: try to reject connection if accept fails on stream transports
19 - common: force O_NONBLOCK on listening stream transports
20
21 * Tue Oct 28 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.61
22 - core/lua-utils: fix potential Lua GC assert during object cleanup
23 - lua-bindings: Lua timer/sighandler/deferred fixes.
24 - system-controller: don't leak animation definition names.
25
26 * Sat Oct 25 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.60
27 - system-controller: fix user name handling.
28 - common: support for runtime refcounting error detection.
29 - core/lua-utils: support for dynamically collected objects.
30 - system-controller: massive memory leak fixes.
31 - lua-bindings: mark Lua JSON class as dynamically collected.
32 - lua-bindings: Lua JSON refcounting fixes.
33 - system-controller: mark masks DYNAMIC, add funcbridge gettop/settop wrappers.
34 - system-controller: don't leak unwrapped JSON objects/arguments.
35 - system-monitor: plant the necessary funcbridge gettop/settop wrappers.
36 - system-controller: don't dereference screen_resource_t after freeing it.
37 - domain-controller: update watch stamp after sending notifications.
38
39 * Fri Oct 10 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.59
40 - common: added and enabled json-c/JSON-Glib symbol clash hackaround.
41
42 * Fri Oct 10 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.58
43 - system-controller: try to get launching user for an app using ail and pid.
44 - system-controller: change the system-controller generated surface id range
45 - config: add D-Bus session bus address to systemd service file.
46 - system-controller: bail out if creating directories fails.
47 - system-controller: do mkdir() calls persistently.
48 - packaging: bumped the version.
49 - config: Updated murphy.lua to process incoming notification requests.
50 - system-controller: save and restore the last user information.
51 - system-controller: added code for tracking single files.
52 - build: added path-track to build.
53 - system-controller: delay user init until weston is running.
54 - packaging: do not install ico-homescreen.service.
55 - system-controller: use hash instead of pointers to fetch surface objects
56
57 * Wed Sep 24 2014 Krisztian Litkey <krisztian.litkey@intel.com> 0.0.57
58 - packaging: fix postun scripts to handle upgrade correctly.
59 - system-controller: wait for both wayland and amd agend before HS startup.
60 - system-controller,amb,gam: fix a few bugs discovered by a static analyser.
61
62 * Fri Sep 12 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.56
63 - rebased on latest upstream master
64 - common: initial support for low-level process tracking.
65 - system-monitor: initial implementation of Lua process watches.
66
67 * Tue Sep 03 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.55
68 - rebased on latest upstream master
69 - domain-control: fix another column overflow check
70
71 * Tue Aug 26 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.54
72 - rebased on latest upstream master
73 - common: open up mainloop for external polling (for xwalk integration)
74 - build-sys: make sure collect-symbols is not cross-compiled
75 - build-sys: properly propagate CC to collect-symbols for pre-processing
76 - packaging: kludge for random _with_icosyscon conventions
77
78 * Mon May 26 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.53
79 - build-sys: stop generating file:line->function mapping tables.
80 - common,daemon,console: removed support for listing debug sites.
81 - common: removed unused arguments from debug macros.
82
83 * Mon May 26 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.52
84 - system-monitor: allow optional cgroup entries missing
85 - packaging: disabled ICO system-controller plugin
86 - config: added volume context table for PA
87
88 * Fri Mar 21 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.51
89 - system-monitor: cgroup handling fixes
90 - system-monitor: avoid infinite loop for multiply opened cgroups.
91 - system-monitor: member enum order typo/thinko fix
92 - system-monitor: potential uninitialized variable usage fix
93 - scripting: workaround for occasional Lua stack overflow corruption
94 - system-monitor: fixes TIVI-2974
95
96 * Mon Mar 17 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.50
97 - system-controller: support for map_buffer
98 - system-controller: try to harmonize the layer with the layertype
99 - system-controller: premature setting of active and visible attributes
100 - system-controller: support for full-screen layer
101 - system-controller: add map field to window_request processing
102 - system-controller: classify ICO_WINDOW_MGR_LAYERTYPE_FULLSCREEN as app.layer
103 - system-monitor: update README (remove note on non-omittable uppest limit).
104 - system-monitor: make omitted mem limit be 2**63 - 1.
105 - packaging: clean up installed sample config before installing the packaged one.
106 - system-monitor: added basic documentation for CPU, memory usage monitoring.
107 - system-controller: cleanups.
108 - packaging: updated config for HS lifecycle management.
109 - system-controller: fix a screen management crash.
110
111 * Thu Mar 13 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.49.1
112 - config: fix config to work without system controller plugin.
113
114 * Wed Mar 05 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.49
115 - system-controller: initial support for disconnecting homescreen clients.
116 - system-controller: support for additional conenctions beside HS, eg. onscreen
117 - system-controller: add support for window specific areas
118 - system-controller: passthrough support for layer requests
119
120 * Fri Feb 25 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.48
121 - system-monitor: cgroup Lua bindings improvements and fixes.
122 - system-controller: fix a crash in screen resource management.
123
124 * Fri Feb 21 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.47
125 - system-controller: support for disabling single windows (surfaces).
126 - system-monitor: support for cgroup CPU usage/load monitoring.
127 - system-monitor: initial support for cgroup Lua bindings.
128 - config: added dedicated resources for speech recognition and synthesis.
129 - system-controller: use database for getting the app info.
130 - system-controller: handle client disconnects.
131 - system-controller: support for delayed area resolution for screen resources
132 - system-controller: fixes for multi display setups
133 - packaging: added aul dependency when building system-controller.
134 - system-controller: added AIL support for getting application categories.
135 - amb: followd ambd D-Bus name.
136 - system-controller: cleanups for application-tracker.
137 - config: load telephony plugin only after 'audio_playback' gets defined.
138
139 * Fri Feb 14 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.46
140 - config: use the regulation hooks
141 - config: add applications for special handling
142 - config: add support for regulating driving mode
143 - config: check for nil system controller variable
144 - amb: update to the new FindObject API
145 - ivi-resource-manager: don't return random pointers
146 - system-controller: add requisites to applications
147 - system-controller: remove an element from the list in advance
148 - system-controller: give gorrect appid for resource creation events
149 - system-controller: resource_manager init, preallocate and commit notifications
150 - system-controller: added initial support for application tracking
151 - system-controller: add disable support to resource manager
152 - system-controller: check appid for illegal characters
153 - system-controller: split out system-monitor to a plugin of its own
154 - system-monitor: better configurability, more Lua scriptability
155 - lua-utils: add missing boolean support for funcbridge
156 - packaging: mark system-controller conflict with ivi-resource-manager
157 - packaging: look for linked-in plugin shared libs in the correct place
158 - packaging: explicitly enable system-monitor
159
160 * Fri Feb 07 2014 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.45
161 - config: dynamically check whether ico-homescreen support is available.
162
163 * Wed Feb  5 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.44
164 - system-controller: initial CPU-load and memory pressure monitoring
165 - system-controller: added input management
166 - system-controller: added audio management
167 - system-controller: added user management
168 - config: driving regulations
169 - fixes to a number of bugs discovered by static analysis
170
171 * Wed Jan 15 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.43
172 - transport: support for socket-based activation
173 - AMB: use fdo property interface for signals.
174
175 * Wed Jan 08 2014 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.42
176 - resource: expose resource set id in the resource owner table
177 - resource: pass requesting resource set to the veto function
178 - resource: enforce temporarily dont_wait and auto_release flags from Lua
179 - resource: changed Lua resource veto to be pass-through
180 - common: merged non-libdbus-specific D-Bus abstraction
181 - common: new encoding/decoding/transport for 'native-type's
182
183 * Mon Dec 30 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.41
184 - packaging: prevent system controller from launching.
185 - packaging: set correct XDG_RUNTIME_DIR environment variable.
186 - config: do not die if resource-asm plugin failed to start
187 - config: work properly if the AMB plugin were not loaded or failed to initialize
188 - system-controller: add screen resource support
189
190 * Fri Dec 13 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.40
191 - enabled latest system controller snapshot (not used by default)
192 - support for blacklisting/whitelisting plugins
193 - support for disabling plugin loading/instantiating altogether
194 - support for disabling the console
195 - support for modular configuration via murphy.include & co.
196 - fixed errors detected by static analysis
197
198 * Fri Nov 22 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.39
199 - AMB: support properties where object and property names don't match.
200 - system-controller: initial system-controller support.
201 - packaging: listen for TurnSignal AMB properties.
202 - packaging: don't run as root, run as app (for now) instead.
203
204 * Tue Oct 03 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.38
205 - config: force strict prolicy for ASM-bridged shared players.
206 - Fixes TIVI-1927.
207
208 * Tue Oct 01 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.37
209 - packaging: enabled ivi-resource-manager.
210 - resolver: update target based on direct dependencies.
211 - Fixes TIVI-1132.
212 - Fixes TIVI-1920.
213
214 * Sat Sep 21 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.35
215 - packaging: added support for driving mode.
216 - Add systemd tmpfiles config to init tmp directories
217
218 * Fri Aug 23 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.34
219 - amb: query ambd properties again when it's started up.
220 - resource-c: removed forgotten debug print.
221 - common: ecore-glue.h can now be called from C++.
222 - resource-c: can be called from C++ code.
223 - breedline: started working on backwards search.
224
225 * Wed Jul 31 15:42:27 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.33
226 - release: released 0.0.33 (git: d28e693f39edba7c7b72ddc63e0e2cc39509443f).
227 - reenabled support for Audio Session Manager.
228
229 * Fri Jul 26 15:19:57 EEST 2013 Ismo Puustinen <ismo.puustinen@intel.com> - 0.0.32
230 - release: released 0.0.32 (git: 9e13b2a1e0fb606b4808334fb04e0d92ed875496).
231 - packaging: update night mode when the brightness is first read.
232 - packaging: added processing for night mode.
233 - amb: fix a bug in error handling.
234 - amb: updated test data to match the changed AMB D-Bus interface.
235 - amb: added error logging messages to D-Bus error conditions.
236 - resource-client: fix possible NULL pointer bug.
237 - resource-dbus: do not use memory before testing for NULL.
238 - resource-native: resource-native: do not use memory before assert.
239 - common: fix a possible NULL pointer error.
240 - murphy-db: sizeof(int*) -> sizeof(int) as reported by static analysis.
241 - resource-c: fixed a compiler warning.
242 - build-sys: fix systemd enabling configure option typo.
243
244
245 * Fri Jul 12 17:35:30 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.31
246 - release: released 0.0.31 (git: 3b311403638ab262a98e2f8a27d84656f2c68ece).
247 - packaging: enabled SMACK support.
248 - resource-c: don't crash in client lib on 'premature' set creation.
249
250 * Mon Jul 08 20:27:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> - 0.0.30
251 - release: released 0.0.30 (git: 0b59371000d3e350da69345917bfc8c81e00013d).
252 - resource: added ivi-resource-manager (disabled by default in the config).
253 - console: don't crash on unterminated quoting from the console.
254 - packaging: use systemd instead of dlog for logging.
255
256 * Fri Jun 28 13:37:53 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
257 - release: released 0.0.29 (git: 93867cf298273bb81b773aeb3edcde8709963b27).
258 - packaging: fix %post scriptlet failing to enable murphyd.service.
259
260 * Wed Jun 26 22:12:26 EEST 2013 Krisztian Litkey <krisztian.litkey@intel.com> -
261 - release: released 0.0.28 (git: 5e7d42593f8416917edd70c0f800ea9665f7a602).
262 - build-sys: workaround for LD_AS_NEEDED=1 breaking AC_LINK_IFELSE.
263 - common: re-enabled websocket support.
264 - packaging: get rid of a bunch of rpmlint warnings.