stefan pushed a commit to branch efl-1.20.

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

commit 9c0894ccda3f26fa502088d4cf866b45e8ce1da1
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Sep 18 09:16:07 2017 +0200

    release: Update NEWS and bump version for 1.20.4 release
---
 NEWS         | 17 ++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f3d708eb3e..3a54df507f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
 ==========
-EFL 1.20.3
+EFL 1.20.4
 ==========
 
+Changes since 1.20.3:
+---------------------
+
+Fixes:
+
+   * elm focus manager - dont leak child lists when updating focus order 
(T5800)
+   * evas: handle object names with a list hash
+   * evas: fix event grabber child stacking
+   * evas: proceed glyph iterator to handle next index properly
+   * filters: Safety++
+   * eo: only return NULL when the object is destructed. (T5968)
+   * edje: Add legacy compatibility code (T5944)
+   * ecore exe - fix fix  malloc fail handling
+   * wayland: fix xdg-shell popup windows
+
 Changes since 1.20.2:
 ---------------------
 
diff --git a/configure.ac b/configure.ac
index ee6c42bc21..556b5652d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [20], [3], [release])
+EFL_VERSION([1], [20], [4], [release])
 AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to