stefan pushed a commit to branch efl-1.9. http://git.enlightenment.org/core/efl.git/commit/?id=afb76a881d77ca3deb24100af85c5995e4dcb0e6
commit afb76a881d77ca3deb24100af85c5995e4dcb0e6 Author: Stefan Schmidt <[email protected]> Date: Mon Jun 2 12:09:34 2014 +0200 release: Update NEWS and bump version for 1.9.5 release --- NEWS | 10 +++++++++- configure.ac | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8895288..653b6f2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ ========= -EFL 1.9.4 +EFL 1.9.5 ========= +Changes since 1.9.4: +-------------------- + +Fixes: + + * evas/text: fix abnormal ellipsis logic when harfbuzz is enabled. + * recursively hide edje group objects on edje hide + Changes since 1.9.3: -------------------- diff --git a/configure.ac b/configure.ac index fcae5a7..7522117 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [9], [4], [release]) +EFL_VERSION([1], [9], [5], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
