stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=966f72f680fc6d84a4717f16cd5f0fdb7ec30aec
commit 966f72f680fc6d84a4717f16cd5f0fdb7ec30aec Author: Stefan Schmidt <[email protected]> Date: Mon May 12 14:49:16 2014 +0200 release: v1.10.0 beta2 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 31f1697..37a94cf 100644 --- a/NEWS +++ b/NEWS @@ -199,6 +199,10 @@ Fixes: * emotion: use eina stringshare not strdup * configure: Only allow wayland + egl with opengl ES (T1202) * eldbus-codegen no longer passes garbage values to error callbacks + * fix emotion_test signal emit object + * evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd buffer file. + * evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template + * ecore-x - fix setting protocol atoms for icccm for 64bit Changes since 1.8.0: diff --git a/configure.ac b/configure.ac index 752c504..18bcf1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [10], [0], [release]) -AC_INIT([efl], [efl_version-beta1], [[email protected]]) +AC_INIT([efl], [efl_version-beta2], [[email protected]]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) --
