stefan pushed a commit to branch efl-1.20.

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

commit b99dbdb728cf441d718a994afa97b21763f1c212
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Aug 9 16:31:43 2017 +0200

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

diff --git a/NEWS b/NEWS
index 8fb836de53..e23d76693a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,26 @@
 EFL 1.20.1
 ==========
 
+Changes since 1.20.1:
+---------------------
+
+Fixes:
+
+   * ecore-wl2: pass display to aux hint event_adds
+   * ecore-wl2: don't send null set_parent requests for every window
+   * ecore-wl2: sync aux hints after window creation
+   * efl-wl: block connection attempts from unmanaged clients
+   * wayland: fix min/max size setting
+   * efl-wl: do shm pool ref/unref for bm safety
+   * ecore-evas-wayland: update size when size hints are changed
+   * efl-wl: add handling for commit during canvas render
+   * efl-wl: set cursor surface roles
+   * theme: clip start gadget arrow to intended clipper
+   * edje crash with run program references - fix
+   * elm_win: simplify/fix recalc logic when changing csd
+   * elm_win: set shadow geometry based on borderless state
+   * ecore glib support - if we are not the main ctx owner loop to acquire
+
 Changes since 1.20.0:
 ---------------------
 
diff --git a/configure.ac b/configure.ac
index 6e8444df7b..76d7b88ac4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [20], [1], [release])
+EFL_VERSION([1], [20], [2], [release])
 AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to