release: Update NEWS and bump version for 1.15.0-beta3 release

This commit is contained in:
Daniel Juyung Seo 2015-07-28 01:20:33 +09:00
parent c45ae022c8
commit af46bc4999
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -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:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [15], [0], [release])
AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])