seoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=af46bc49997c11c2d455422f6984a03dc3231a02
commit af46bc49997c11c2d455422f6984a03dc3231a02 Author: Daniel Juyung Seo <[email protected]> Date: Tue Jul 28 01:20:33 2015 +0900 release: Update NEWS and bump version for 1.15.0-beta3 release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5ea6f47..575c08b 100644 --- a/NEWS +++ b/NEWS @@ -218,6 +218,11 @@ Fixes: * 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 + * evas: fix missing render2_walk initializers + * Evas GDI engine: save the original bitmap into the memory DC + * Ecore_Win32: do not allocate data as it is useless. Fix memory leak. + * ecore-drm: Ignore key events that are not seat wide state changes + * Evas masking: Fix crash in async rendering Changes since 1.13.0: --------------------- diff --git a/configure.ac b/configure.ac index c8bc3b1..2806160 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [15], [0], [release]) -AC_INIT([efl], [efl_version-beta2], [[email protected]]) +AC_INIT([efl], [efl_version-beta3], [[email protected]]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) --
