diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-20 12:17:35 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-20 12:17:35 +0200 |
commit | b81b29eba2f30ee2168af90cc546c5f557f5e5f4 (patch) | |
tree | ef3f2dfb88859bb08bdae76ae1eb582d35a3c116 /NEWS | |
parent | 425de99145ff40aaea58d8df2ed0f36ade6443bc (diff) |
release: Update NEWS and bump version for 1.14.0-beta2 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -191,6 +191,20 @@ Fixes: * evas-gl-x11: Fix dereference before null check (CID1293519) * evas-software-x11: Fix dereference before null check(s) (CID1270030, CID1270028, CID1270029) * Evas object: verify the parent is valid and fail if not. + * efreetd: If we fail to allocate space for subdir_cache, then get out (CID1294212) + * Evas GL: Fallback to indirect rendering if mul_col != 0xFFFFFFFF + * eo_gdb.py: fix syntax error + * eio: reorder tests linkage to unbreak debian-based systems + * evas-drm: Handle render mode for 4 buffers + * ecore-drm: Add pending_flip field to Ecore_Drm_Fb + * evas-drm: Mark the Ecore_Drm_Fb as complete when we get the page flip event. (T2289) + * ecore-drm: Fix hotplugging of outputs + * ecore-drm: Fix mouse movement across multiple outputs + * ecore-drm: Don't fetch output geometry on every mouse movement + * evas: fix possible segfault in evas_3d_node_member_add/del. + * Evas textblock: remove freed item from the line list + * evas: restore the value of "do_region" in jpeg loader as EINA_TRUE + * emotion - gst1 module - handle long standing bad map/unmap of gst buf Changes since 1.12.0: --------------------- |