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