release: Update NEWS and bump version for 1.11.0-beta2 release v1.11.0-beta2
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 11 Aug 2014 10:22:20 +0000 (12:22 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 11 Aug 2014 10:22:20 +0000 (12:22 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fe30ce0..50fa5f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -159,6 +159,14 @@ Fixes:
    * ecore-evas - fix continual wakeups with unchanged canvases
    * ecore_x: don't go below 0. (T1467)
    * Evas textblock: Correct word start/end moving at new line or line begins with spaces
+   * evas/textblock: fix to keep original format when a markup tag is matched to a style tag.
+   * build/drm: Fix broken build from scratch and add missing library dependency for evas_drm engine (T1473)
+   * textblock: Update visual_pos before calling _size_native_calc_line_finalize.
+   * edje: fix coverity defects (CID1214113, CID1230296, CID1230295)
+   * ecore_evas_buffer: fix dereference null return value (CID1210810)
+   * evas-wayland-egl: Fix wayland egl engine to work again (T1478)
+   * evas-wayland-egl: Fix evas wayland_egl engine not loading due to missing symbol
+   * eldbus: do not ignore numeric "0" in property_set
 
 Changes since 1.9.0:
 --------------------
index 3fa2515..8e3016b 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [11], [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])