diff --git a/NEWS b/NEWS index 6aa8ad8c90..5ea6f476e2 100644 --- a/NEWS +++ b/NEWS @@ -205,6 +205,19 @@ Fixes: * Efreet: Fix config and data dir paths on windows. * ecore-wayland: Remove improper use of EINA_UNUSED * evas: Init need_unload value after unload. + * Evas textblock: Clear unused paragraphs + * ecore-wl: Reset input's pointer & keyboard focus on events + * ecore-wl: Reset ecore_wl_input repeat values on keyboard leave + * ecore-wl: Don't renew keyboard-repeat timer if we have no focused surface + * ecore-wl: Reset input keyboard repeat values when we cancel the timer + * The default return value of edje_object_base_scale_get API is 1.0. The return value is used for divisor in many case. If it return 0.0 when it fail, it can break app with div by zero. + * Evas masking: Fix rendering of masks that belong to a proxied smart object + * eolian: do not use an invalid pointer after updating buffer + * image_savers/jpeg: fix undefined behavior of using sigsetjmp on jmp_buf + * Eolian: fix eolian helper for windows. + * Ecore evas: Correct function name in magic failure. + * Evas GL: Fix glClear(0,0,0,0) with DR and COPY + * Evas GL: Fix sync, wlbuffer and image egl ext functions Changes since 1.13.0: --------------------- diff --git a/configure.ac b/configure.ac index c287b9a025..c8bc3b1b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [15], [0], [release]) -AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])