stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bef93ec59a85dbbb79ee3009b59d843080b8ccf0
commit bef93ec59a85dbbb79ee3009b59d843080b8ccf0 Author: Stefan Schmidt <[email protected]> Date: Fri Aug 17 23:49:35 2018 +0200 release: Update NEWS and bump version for 1.21.0 release --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c84424283e..b4763b3428 100644 --- a/NEWS +++ b/NEWS @@ -471,6 +471,13 @@ Fixes: * elementary image: don't calc size using empty ones. * evas image: fix screen flickering issue at partial + image preloading * edje_cc: change .mo file write location to be relative to the .edj file + * theme: add programs for deferred naviframe push/pop signals + * edje: unset internal _need_imf flag on shutdown + * elm_panel: return instead of EINA_SAFETY_ON_FALSE_RETURN (T7265) + * build: fix evas static build of gl engines + * ecore/main: only update loop_time during loop iteration if the change is monotonic + * evas gl: fix missing map texture target. + * elm_code: fix crash on backspace and selection delete. (T7259) Changes since 1.19.0: --------------------- diff --git a/configure.ac b/configure.ac index aef7129967..e75ceac95a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [21], [0], [release]) -AC_INIT([efl], [efl_version-beta2], [[email protected]]) +AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) --
