stefan pushed a commit to branch efl-1.11. http://git.enlightenment.org/core/efl.git/commit/?id=079323d25c83a8b70a6d520e36b968164f8b0aca
commit 079323d25c83a8b70a6d520e36b968164f8b0aca Author: Stefan Schmidt <[email protected]> Date: Mon Oct 13 13:51:58 2014 +0200 release: Update NEWS and bump version for 1.11.3 release --- NEWS | 18 +++++++++++++++++- configure.ac | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ecd89bc..19a693e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,23 @@ ========== -EFL 1.11.2 +EFL 1.11.3 ========== +Changes since 1.11.2: +--------------------- + +Fixes: + + * Evas filters: Fix parsing of argument lists (T1615) + * edje_program: added signal "focus,part,out" when focus is discarded + * efl - vsync - deal with both broken and non-broken libdrm + * ecore_x_vsync - fix tiny leaklet of drmversion + * Evas Textblock: Fix bad empty line add on wrapping + * ecore vsync - fix up dual nvidia + dri/drm driver discovery + * eeze - sensors - ints for sensor events were decld in .h - and never .c + * Evas Textblock: Fix native width of BiDi text (T1532) + * ecore_imf/ibus : provide to get surrounding text + * evas: GL_X11 context need to always be with alpha or it will fail to change. + Changes since 1.11.1: --------------------- diff --git a/configure.ac b/configure.ac index b616f8b..387abec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [11], [2], [release]) +EFL_VERSION([1], [11], [3], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
