stefan pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=b2dce31664f63f4b43171f078af8f02532841326
commit b2dce31664f63f4b43171f078af8f02532841326 Author: Stefan Schmidt <[email protected]> Date: Thu Aug 28 13:59:09 2014 +0200 release: Update NEWS and bump version for 1.11.1 release --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a59f0b0..cb654e0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,19 @@ ========== -EFL 1.11.0 +EFL 1.11.1 ========== +Changes since 1.11.0: +--------------------- + +Fixes: + + * evas: Evas_Wayland_Egl - change size of common gl context after egl make current according to current Outbuf's size + * evas: Evas_wayland_Egl - fix black surface during resize + * ecore_evas: Ecore_Evas_X - make sure that ecore evas post render is always called. + * fix efl deadlock with thread queues + * ecore_evas: Ecore_Evas_X - Fix broken rendering during rotation with resize (T1371) + * eina_file: fixing wrong return value on access problems in file copy process + Changes since 1.10.0: --------------------- diff --git a/configure.ac b/configure.ac index c7c3b99..1f7b96b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [11], [0], [release]) +EFL_VERSION([1], [11], [1], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
