release: Update NEWS and bump version for 1.13.0-beta2 release v1.13.0-beta2
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 26 Jan 2015 11:48:00 +0000 (12:48 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 26 Jan 2015 11:50:54 +0000 (12:50 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8461845aa0366dfffca36cd25478b2ea60706041..6f2b151d19f85c5976b739aa97c3cd515e657e26 100644 (file)
--- 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:
 ---------------------
index cb977cef82f41951237e06f33dbe753bf0c06d7d..07375042763c5438fc8db34ee2bfb5ea6e22c4b4 100644 (file)
@@ -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])