summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-08-04 10:52:34 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-08-04 10:52:34 +0200
commitc3cce30eeebf990628fb99b81badb22bac10d60f (patch)
tree259c89de532e4973467c24f1a9ceae0c37d3da58 /NEWS
parent94abb3a4221548002ade125d910a84c7d4a47891 (diff)
release: Update NEWS and bump version for 1.15.0 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f197c4e986..8accd2eb67 100644
--- a/NEWS
+++ b/NEWS
@@ -221,6 +221,21 @@ Fixes:
* Ecore_Win32: do not allocate data as it is useless. Fix memory leak.
* ecore-drm: Ignore key events that are not seat wide state changes
* Evas masking: Fix crash in async rendering
+ * evas-wayland-shm: Don't call surface commit until we've setup the frame listener
+ * evas canvas3d: bounding box does not change the position according object
+ * Evas filters: Fix invalid rendering in case of async render
+ * Evas filters: Fix order of header file includes
+ * wayland_shm: Don't store frame_cb
+ * wayland-shm: re-organize some of the swap/redraw logic
+ * wayland-shm: Remove "mapped"
+ * evas-wayland-shm: Fix issue of surface_swap spamming invalid warning
+ * efl: Bump required wayland library versions
+ * ecore-evas-wayland-shm: Remove duplicated code on configure event
+ * ecore_evas_x: make gl_sync_draw_done an explicit signed char type
+ * evas engine: add null point exception.
+ * evas-wayland-shm: If no depth is specified during reconfigure, use existing depth
+ * wayland-shm: When we run out of shm buffers kick the server to get some back (T2612)
+ * ecore_evas: Fix crash in async render
Changes since 1.13.0:
---------------------