release: Update NEWS and bump version for 1.24.2 release

This commit is contained in:
Stefan Schmidt 2020-05-25 11:18:48 +02:00
parent 5b8a1f4a78
commit 1eb5bd7fff
2 changed files with 12 additions and 2 deletions

12
NEWS
View File

@ -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:
---------------------

View File

@ -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'
)