diff --git a/NEWS b/NEWS index 410a1fec5e..8461845aa0 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 3a3c954905..cb977cef82 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [13], [0], [release]) -AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])