diff --git a/NEWS b/NEWS index 8461845aa0..6f2b151d19 100644 --- a/NEWS +++ b/NEWS @@ -174,6 +174,15 @@ Fixes: * 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 + * ecore-drm: Restore tty keyboard mode on restore of tty + * ecore-drm: Reset output cursor and crtc mode on shutdown + * ecore-drm: Don't init tty unless we are Not using systemd + * edje: edje_pick - fix double free eina hash iterator. + * ee engines should not crash when re-setting the same title/name_class + * ecore-wayland: Don't send a mouse_up on grab release unless we actually have a grabbed button + * Efreet: do not get confused by path ending with / in XDG_* vars + * evas: fix to load BMP file compressed with RLE. + Changes since 1.11.0: --------------------- diff --git a/configure.ac b/configure.ac index cb977cef82..0737504276 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [13], [0], [release]) -AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])