seoz pushed a commit to branch efl-1.15. http://git.enlightenment.org/core/efl.git/commit/?id=a969cbaa3421dd7ca1e4dc668fd18379e1c69147
commit a969cbaa3421dd7ca1e4dc668fd18379e1c69147 Author: Daniel Juyung Seo <[email protected]> Date: Mon Oct 5 23:50:30 2015 +0900 release: Update NEWS and bump version for 1.15.2 release --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a1d2bfd..a1d8820 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,19 @@ Fixes: * ecore_evas: fix first render skip in several windows * ecore-wl: do not nul terminate drops * Evas language: fix script run code (T2670) + * ecore_wayland: bind and destroy session_recovery interface correctly. + * ecore_pipe: add write fdset and except fdset. + * edje: Fix double free scenario caused by static pointer. + * Evas textblock: fix case of own_closer in style_set (T2654) + * evas - fix texture context bind reset in gl common using wrong texture + * eldbus: add dbus_pending NULL check + * ecore_evas-x11: unset withdrawn state when window is mapped (T2745) + * upower: free version string splits + * ecore_win32: fix the mouse out behavior. + * ecore-audio: defer deletion of pulseaudio timer until after event processing + * doc/eldbus: fix parameter in document + * edje_cc: Fix inheritance of "no_render" flag + * eldbus - make method calls less crasy since libdbus likes to abort Changes since 1.14.0: --------------------- diff --git a/configure.ac b/configure.ac index 23e62dc..9c17946 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [15], [1], [release]) +EFL_VERSION([1], [15], [2], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
