stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=48e20a3cf5d278ef582732ab8397e4b173e665ce
commit 48e20a3cf5d278ef582732ab8397e4b173e665ce Author: Stefan Schmidt <[email protected]> Date: Thu May 4 11:27:55 2017 +0200 release: Update NEWS and bump version for 1.18.5 release --- NEWS | 12 +++++++++++- configure.ac | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a3ad83a..d8aef19 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ ========== -EFL 1.18.4 +EFL 1.18.5 ========== +Changes since 1.18.4: +--------------------- + +Fixes: + + * ecore_fb_init(): use 'name' parameter similar to ecore_evas_fb_new(). + * edje_edit: fix scripts compilation + * elementary gengrid: fix for working item reorder mode correctly + * elm_code : LINE_APPEND Render fix + Changes since 1.18.3: --------------------- diff --git a/configure.ac b/configure.ac index 7e9bd3b..79e9bbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [18], [4], [release]) +EFL_VERSION([1], [18], [5], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
