summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-10-26 03:21:46 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2015-10-26 03:21:46 +0100
commit03e8f3846391bd0dd133f3a9f35449323a5ccd60 (patch)
tree2565e0e6798413fc3abff9ebc3acd85dc6b5326a /NEWS
parent1d1bb96b28707c36a8ce7d7eddbc64b9041c789d (diff)
downloadefl-03e8f3846391bd0dd133f3a9f35449323a5ccd60.tar.gz
release: Update NEWS and bump version for 1.16.0-beta3 releasev1.16.0-beta3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18f0f73af0..3373d2d155 100644
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,19 @@ Fixes:
* edje: load - use evas_object_clipees_has instead of evas_object_clipees_get
* Eo events: Add a struct member marking if it's a legacy event or not.
* evas gl - fix big endian fully by adding a host of new img shaders
+ * evas: fix memory leak
+ * evas table: fix miscalcuation in cells with span and padding (T2655)
+ * edje: comparision with non-scaled min values issue fix.
+ * evas textblock: fix memory leak
+ * ecore-wayland: defer shell surface creation for windows if shell is not bound
+ * evas: fix memory leak.
+ * efl - edje - fix edje calc to avoid eo calls when object doesnt change
+ * efl - eo - massively improve eo cal resolv and data scope get with cache
+ * efl: fix copy & paste typo while parsing SVG elliptical arc command. (CID1328426)
+ * evas - software render async - fix async render to actually be all async
+ * emile: prevent segv when rotation is asked and there is no opts provided.
+ * eo - make null object silent if eo id is off
+ * ecore_audio: do not compile elua file if ecore_audio is disabled
Changes since 1.14.0:
---------------------