summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)