stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=03e8f3846391bd0dd133f3a9f35449323a5ccd60

commit 03e8f3846391bd0dd133f3a9f35449323a5ccd60
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Oct 26 03:21:46 2015 +0100

    release: Update NEWS and bump version for 1.16.0-beta3 release
---
 NEWS         | 13 +++++++++++++
 configure.ac |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 18f0f73..3373d2d 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:
 ---------------------
diff --git a/configure.ac b/configure.ac
index 929a088..5ac916f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [16], [0], [release])
-AC_INIT([efl], [efl_version-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([efl], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to