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 release
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -205,6 +205,23 @@ Fixes: * Evas textblock: remove freed item from the line list * evas: restore the value of "do_region" in jpeg loader as EINA_TRUE * emotion - gst1 module - handle long standing bad map/unmap of gst buf + * eio - fix crashes due to stale eio files in tracking list (T2129) + * ecore-drm: Remove 'defined but not used' function + * ecore-drm: Use #if 0 to comment out unused function + * ecore-evas-x: Fix issue of wrong interface function pointer being set (CID1267461) + * emile: Fix resource leak (CID1288918) + * emile: Fix resource leak (CID1288919) + * ecore-evas-extn: Use eina_mkstemp in place of mkstemp (CID1039610) + * ecore_imf: init wayland before using wayland calls. + * evas-blend-ops: fix off-by-1 in the C MUL3_SYM "simd" multiplier + * ecore-evas-drm: Fix issue of fullscreen surfaces not getting focus on show (T2349) + * evas: fix rotation and flipping of image in gl engine (T2338) + * efl: Move test for gl library to evas-gl-drm engine checks and Fix T2167 + * efreet: fix leak in efreet_util_desktop_exec_find() + * ecore_timer: fix the default return value. + * evas_text: fix default return value. + * edje_util: fix memory leak + * eina: correct document for eina_hash_list_prepend/remove. Changes since 1.12.0: --------------------- diff --git a/configure.ac b/configure.ac index a0dc51e7b0..1533fa30fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [14], [0], [release]) -AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) |