stefan pushed a commit to branch efl-1.10. http://git.enlightenment.org/core/efl.git/commit/?id=cdf9d5fd65af89836b35c99023a166f4ae9a4318
commit cdf9d5fd65af89836b35c99023a166f4ae9a4318 Author: Stefan Schmidt <[email protected]> Date: Tue Jun 10 14:39:50 2014 +0200 release: Update NEWS and bump version for 1.10.1 release --- NEWS | 20 +++++++++++++++++++- configure.ac | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 58b9f7b..11dbaca 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,25 @@ ========== -EFL 1.10.0 +EFL 1.10.1 ========== +Changes since 1.10.0: +--------------------- + +Fixes: + + * recursively hide edje group objects on edje hide + * Evas textblock: Fix wrong advance calculation when bidi is disabled. + * Eolian: fix issue for Windows. + * evas loader - redo gif fix so it doesn't break everything + * Evas: Remove invalid cast and fix warning/bug on windows + * Win64: Fix a bunch of warnings + * eina/file - revert 18be4c50d9990c82ed9ce4269b7820e61f772699 + * Eolian: Fix class look up. + * Evas textblock: Fix crash when cutting ligatures with formats. (T1308) + * eo: force zeroing memory on non Linux system. + * po: Set initial values for Language-Team in all po files + * po: Set initial language value in po file where it is missing + Changes since 1.9.0: -------------------- diff --git a/configure.ac b/configure.ac index 58ac23d..c1236d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [10], [0], [release]) +EFL_VERSION([1], [10], [1], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
