summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-05-06 15:06:07 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2015-05-06 15:06:07 +0200
commitb43ff495252cc61bcc5cc2816b3b7e69f91b65a6 (patch)
treeaedf3e33a6d075440f4c5cabaa90f73a79d04eb6
parent400436cd1af6aef8892ac899eb0844892fc5e54c (diff)
downloadefl-b43ff495252cc61bcc5cc2816b3b7e69f91b65a6.tar.gz
release: Update NEWS and bump version for 1.14.0 releasev1.14.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3422302c1c..a0012662c5 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 a3a6264a43..571b2433b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [14], [0], [release])
-AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])