stefan pushed a commit to branch efl-1.24.

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

commit 1eb5bd7fff21a7380e9b4e7ded5f96d6a0069a66
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Mon May 25 11:18:48 2020 +0200

    release: Update NEWS and bump version for 1.24.2 release
---
 NEWS        | 12 +++++++++++-
 meson.build |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 261bb66239..a45d543a63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
 ==========
-EFL 1.24.1
+EFL 1.24.2
 ==========
 
+Changes since 1.24.1:
+---------------------
+
+Fixes:
+
+   * evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape 
is NULL
+   * efl_ui_image: fix to call "clicked" smart callback when there is no img
+   * ecore-x - ensure we fully look at all xkb events and refresh all binds
+   * evas_vg_container: return NULL in evas_vg_container_add when the parent 
of container is NULL
+
 Changes since 1.24.0:
 ---------------------
 
diff --git a/meson.build b/meson.build
index fff821c494..182cce46d4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('efl', ['c','cpp'],
-  version: '1.24.1',
+  version: '1.24.2',
   default_options : ['buildtype=release', 'cpp_std=c++11'],
   meson_version : '>=0.47'
 )

-- 


Reply via email to