diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-06-10 14:39:50 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-06-10 14:39:50 +0200 |
commit | cdf9d5fd65af89836b35c99023a166f4ae9a4318 (patch) | |
tree | be9f331448028d2e3bfefbafee33c68e05c799cb | |
parent | c4f68bea5a324b59a82a164b9fdbb1f408bfdbe1 (diff) | |
download | efl-cdf9d5fd65af89836b35c99023a166f4ae9a4318.tar.gz |
release: Update NEWS and bump version for 1.10.1 releasev1.10.1
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 2 deletions
@@ -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 58ac23dd54..c1236d670b 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], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) |