stefan pushed a commit to branch efl-1.10. http://git.enlightenment.org/core/efl.git/commit/?id=0f92797b5ed43538ebbbfb9273ff77f2fa7aead2
commit 0f92797b5ed43538ebbbfb9273ff77f2fa7aead2 Author: Stefan Schmidt <[email protected]> Date: Mon Jul 14 12:09:46 2014 +0200 release: Update NEWS and bump version for 1.10.2 release --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 11dbaca..6def091 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,19 @@ ========== -EFL 1.10.1 +EFL 1.10.2 ========== +Changes since 1.10.1: +--------------------- + +Fixes: + + * evas/textblock: check item's type before returning result. + * Evas textblock: Fix issue with edje fonts not being used. (T1331) + * Evas/Textblock: Introduce PS deletion bug test and fix + * evas/gl - fix to render grayscale with transparency format in gl backened. + * edje: textblock style loading changed + * lz4: fix possible security issue. + Changes since 1.10.0: --------------------- diff --git a/configure.ac b/configure.ac index c1236d6..d5e5637 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [10], [1], [release]) +EFL_VERSION([1], [10], [2], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
