stefan pushed a commit to branch efl-1.12. http://git.enlightenment.org/core/efl.git/commit/?id=864390c04d6f0ae81705c302386308da1479f619
commit 864390c04d6f0ae81705c302386308da1479f619 Author: Stefan Schmidt <[email protected]> Date: Thu Dec 11 10:37:04 2014 +0100 release: Update NEWS and bump version for 1.12.2 release --- NEWS | 17 ++++++++++++++++- configure.ac | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cd9a9f6..fab85e4 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,22 @@ ========== -EFL 1.12.1 +EFL 1.12.2 ========== +Changes since 1.12.1: +--------------------- + +Fixes: + + * textblock: correct text position for RTL text with margins + * evas/map: correct last 1 pixel handling in spans. + * Evas textblock: Fix possibly null dereference. + * ecore con: Fix GnuTLS build error. + * ecore/animator: fix the bezier cubic compuation. + * ecore-evas-wayland: Fix issue with ELM_PROFILE=mobile and windows not showing up correctly. + * eeze_scanner needs to hash on the address of the pointer and not use direct_add() (T1612) + * Evas GL: Add preventive padding after Evas_GL_API + * ecore/animator: fix the wrong computation of bezier cubic. + Changes since 1.12.0: --------------------- diff --git a/configure.ac b/configure.ac index 779763a..7d45b59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [12], [1], [release]) +EFL_VERSION([1], [12], [2], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
