diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-27 14:24:53 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-27 14:24:53 +0200 |
commit | 259c2e53c53ba19420d65790579a17aec4057a34 (patch) | |
tree | 10553b82eec9ab649c8251c6f6f65540da566ddd | |
parent | 5209aaebdbd946e94debb6f32d41e14f504a31d7 (diff) |
release: Update NEWS and bump version for 1.14.0-beta3 releasev1.14.0-beta3
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -205,6 +205,23 @@ Fixes: | |||
205 | * Evas textblock: remove freed item from the line list | 205 | * Evas textblock: remove freed item from the line list |
206 | * evas: restore the value of "do_region" in jpeg loader as EINA_TRUE | 206 | * evas: restore the value of "do_region" in jpeg loader as EINA_TRUE |
207 | * emotion - gst1 module - handle long standing bad map/unmap of gst buf | 207 | * emotion - gst1 module - handle long standing bad map/unmap of gst buf |
208 | * eio - fix crashes due to stale eio files in tracking list (T2129) | ||
209 | * ecore-drm: Remove 'defined but not used' function | ||
210 | * ecore-drm: Use #if 0 to comment out unused function | ||
211 | * ecore-evas-x: Fix issue of wrong interface function pointer being set (CID1267461) | ||
212 | * emile: Fix resource leak (CID1288918) | ||
213 | * emile: Fix resource leak (CID1288919) | ||
214 | * ecore-evas-extn: Use eina_mkstemp in place of mkstemp (CID1039610) | ||
215 | * ecore_imf: init wayland before using wayland calls. | ||
216 | * evas-blend-ops: fix off-by-1 in the C MUL3_SYM "simd" multiplier | ||
217 | * ecore-evas-drm: Fix issue of fullscreen surfaces not getting focus on show (T2349) | ||
218 | * evas: fix rotation and flipping of image in gl engine (T2338) | ||
219 | * efl: Move test for gl library to evas-gl-drm engine checks and Fix T2167 | ||
220 | * efreet: fix leak in efreet_util_desktop_exec_find() | ||
221 | * ecore_timer: fix the default return value. | ||
222 | * evas_text: fix default return value. | ||
223 | * edje_util: fix memory leak | ||
224 | * eina: correct document for eina_hash_list_prepend/remove. | ||
208 | 225 | ||
209 | Changes since 1.12.0: | 226 | Changes since 1.12.0: |
210 | --------------------- | 227 | --------------------- |
diff --git a/configure.ac b/configure.ac index a0dc51e..1533fa3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [14], [0], [release]) | 1 | EFL_VERSION([1], [14], [0], [release]) |
2 | AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version-beta3], [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]) |