stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=862e17140d1947fc704142a1b3e1b8dc6179edf9
commit 862e17140d1947fc704142a1b3e1b8dc6179edf9 Author: Stefan Schmidt <[email protected]> Date: Mon Jan 19 14:15:17 2015 +0100 release: Update NEWS and bump version for 1.13.0-beta1 release --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 410a1fe..8461845 100644 --- a/NEWS +++ b/NEWS @@ -160,6 +160,20 @@ Fixes: * edje - edje_cc - fix wrong state lists where default is not the first (T1926) * efl - edje_cc - fix default state checks in previous commit * Eo tests: Fix bad free in eo_test_value + * edje: Remove dead code + * eina - mmap safety handler - fix to only handle sigbus's from io + * ecore-drm: Add actual Outut to the Input device structure + * ecore-drm: Remove unused function + * ecore-drm: Remove call to unused function + * ecore-drm: Limit mouse movement to within the output size + * ecore-evas-drm: Init outputs before inputs so that input devices can have a pointer to outputs + * ecore-wayland: Don't set move cursor unless we actually start a drag + * ecore-wayland: Fix issue with Elementary DnD test not releasing mouse + * ecore-drm: Re-enable setting K_OFF keyboard mode + * Eee image: fix macros to be surrounded with do while(). + * eet - image decode - fix robustness of image decode from eet file + * edje: Edje_Edit - fix memory leak in edje_edit_image_usage_list_get + * ecore-wayland: Don't crash if we have no input->cursor_name Changes since 1.11.0: --------------------- diff --git a/configure.ac b/configure.ac index 3a3c954..cb977ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [13], [0], [release]) -AC_INIT([efl], [efl_version-alpha1], [[email protected]]) +AC_INIT([efl], [efl_version-beta1], [[email protected]]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) --
