summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-09-18 09:16:07 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2017-09-18 09:16:07 +0200
commit9c0894ccda3f26fa502088d4cf866b45e8ce1da1 (patch)
treeef3c41e392ded8b2a0e0cd1736841ecba956c62a
parent2d079fb112ae0b2aff60b3ba6f40a542084f6410 (diff)
downloadefl-9c0894ccda3f26fa502088d4cf866b45e8ce1da1.tar.gz
release: Update NEWS and bump version for 1.20.4 releasev1.20.4
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
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])