summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-05-25 11:18:48 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-25 11:18:48 +0200
commit1eb5bd7fff21a7380e9b4e7ded5f96d6a0069a66 (patch)
tree1d4a5e6bb19c7842adc417f30669421a7979ce6c
parent5b8a1f4a788666d7c74af63f36a5413f5463174e (diff)
downloadefl-1eb5bd7fff21a7380e9b4e7ded5f96d6a0069a66.tar.gz
release: Update NEWS and bump version for 1.24.2 releasev1.24.2
-rw-r--r--NEWS12
-rw-r--r--meson.build2
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'
)