diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-11 12:22:20 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-08-11 12:22:20 +0200 |
commit | 9ad019e01bfe46fbf7116d58bbb38f8c4c9c2ac5 (patch) | |
tree | c007f05d71af817482a4e2c3eaccb09194d93941 | |
parent | e2cea5fc249272e38f9cd4b23faa7f44667b6525 (diff) |
release: Update NEWS and bump version for 1.11.0-beta2 releasev1.11.0-beta2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -159,6 +159,14 @@ Fixes: | |||
159 | * ecore-evas - fix continual wakeups with unchanged canvases | 159 | * ecore-evas - fix continual wakeups with unchanged canvases |
160 | * ecore_x: don't go below 0. (T1467) | 160 | * ecore_x: don't go below 0. (T1467) |
161 | * Evas textblock: Correct word start/end moving at new line or line begins with spaces | 161 | * Evas textblock: Correct word start/end moving at new line or line begins with spaces |
162 | * evas/textblock: fix to keep original format when a markup tag is matched to a style tag. | ||
163 | * build/drm: Fix broken build from scratch and add missing library dependency for evas_drm engine (T1473) | ||
164 | * textblock: Update visual_pos before calling _size_native_calc_line_finalize. | ||
165 | * edje: fix coverity defects (CID1214113, CID1230296, CID1230295) | ||
166 | * ecore_evas_buffer: fix dereference null return value (CID1210810) | ||
167 | * evas-wayland-egl: Fix wayland egl engine to work again (T1478) | ||
168 | * evas-wayland-egl: Fix evas wayland_egl engine not loading due to missing symbol | ||
169 | * eldbus: do not ignore numeric "0" in property_set | ||
162 | 170 | ||
163 | Changes since 1.9.0: | 171 | Changes since 1.9.0: |
164 | -------------------- | 172 | -------------------- |
diff --git a/configure.ac b/configure.ac index 3fa2515..8e3016b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [11], [0], [release]) | 1 | EFL_VERSION([1], [11], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |