stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b43ff495252cc61bcc5cc2816b3b7e69f91b65a6

commit b43ff495252cc61bcc5cc2816b3b7e69f91b65a6
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Wed May 6 15:06:07 2015 +0200

    release: Update NEWS and bump version for 1.14.0 release
---
 NEWS         | 20 ++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 3422302..a001266 100644
--- a/NEWS
+++ b/NEWS
@@ -222,6 +222,26 @@ Fixes:
    * evas_text: fix default return value.
    * edje_util: fix memory leak
    * eina: correct document for eina_hash_list_prepend/remove.
+   * ecore-wayland: Fix issue of efl/elm apps not setting opaque & input 
regions
+   * autotools: fix non-verbose build output
+   * eolian: mark _class_get func protos with EOAPI
+   * Edje embryo: Fix invalid check for get_state_val (text str)
+   * Eina: fix eina_file_split on Windows and update unit test
+   * ecore-drm: Fix using uninitialized output value
+   * evas-wayland-shm: Use size of buffer when caching
+   * evas-wayland-shm: Minimize race condition when finding free leaf
+   * evas-wayland-shm: Update software_generic render engine size on output 
resize
+   * evas-wayland-shm: Fix T2352 (focused window borders blink)
+   * ecore-evas-wayland: remove duplicated shutdown of ecore_evas_wl_common
+   * ecore_drm: close fd if flag set fails
+   * ecore-drm: append O_CLOEXEC always
+   * ecore-drm: don't return EINA_FALSE as an invalid fd
+   * ecore-drm: close fd when asked to close fd
+   * eolian: specialize tmp free for typedef (avoid double free issue)
+   * eolian: fix lexer assertion failure
+   * ecore-evas-wayland: Fix issue of setting NULL cursor object
+   * edje: _check_recursive_reference reworked to fix segv in Edje_Edit.
+   * ecore-drm: Add missing doxy for ecore_drm_output_enable
 
 Changes since 1.12.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index a3a6264..571b243 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [14], [0], [release])
-AC_INIT([efl], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to