diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-07-28 01:20:33 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-07-28 01:20:50 +0900 |
commit | af46bc49997c11c2d455422f6984a03dc3231a02 (patch) | |
tree | c7219d340814ed49bf5c7e0efcfb67be01b82431 /NEWS | |
parent | c45ae022c8d23a9e7aa7590d9ac7615a5d61882b (diff) | |
download | efl-af46bc49997c11c2d455422f6984a03dc3231a02.tar.gz |
release: Update NEWS and bump version for 1.15.0-beta3 releasev1.15.0-beta3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: --------------------- |