release: Update NEWS and bump version for 1.16.0-beta3 release

This commit is contained in:
Stefan Schmidt 2015-10-26 03:21:46 +01:00
parent 1d1bb96b28
commit 03e8f38463
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -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:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [16], [0], [release])
AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])