stefan pushed a commit to branch efl-1.19. http://git.enlightenment.org/core/efl.git/commit/?id=670924b83c0d0cabb24cb415ed37e2cfb76d7317
commit 670924b83c0d0cabb24cb415ed37e2cfb76d7317 Author: Stefan Schmidt <[email protected]> Date: Fri May 19 09:37:39 2017 +0200 release: Update NEWS and bump version for 1.19.1 release --- NEWS | 18 +++++++++++++++++- configure.ac | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1aa67aa..a8089ac 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,23 @@ ========== -EFL 1.19.0 +EFL 1.19.1 ========== +Changes since 1.19.0: +--------------------- + +Fixes: + + * elm_image: Fix file_set when preload is disabled + * elm_code: Fix selection,start signal + * build: bump minimum version requirement of gnutls to 3.3.6 (T5437) + * bump minimum version requirement of freetype2 to 16.2.10 which equals release 2.5.0.1 (T5437) + * evas/elm: Fix bad propagation of ON_HOLD flag + * evas render: Fix issue with map render + * nstate: correct the legacy class name + * check: fix efl_ui_check_selected_set() API + * elm_code : LINE_APPEND Render fix + * elm_code: Fix crash on tabs in long lines + Changes since 1.18.0: --------------------- diff --git a/configure.ac b/configure.ac index 2b123b4..8d22a46 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [19], [0], [release]) +EFL_VERSION([1], [19], [1], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
