release: Update NEWS and bump version for 1.24.3 release

This commit is contained in:
Stefan Schmidt 2020-06-17 09:47:23 +02:00
parent c23befc36d
commit 0d2310678a
2 changed files with 17 additions and 2 deletions

17
NEWS
View File

@ -1,7 +1,22 @@
==========
EFL 1.24.2
EFL 1.24.3
==========
Changes since 1.24.2:
---------------------
Fixes:
* evas - csd and wl csd - fix alpha zeroing to avoid framespace junk
* evas - genetic update regions smart merge - merge v adjacent regions
* efreet - handle runtime relocation right with default XDG_DATA_DIRS
* edje: fix animation memory leak.
* canvas vg: fix dangling vector containers.
* evas vg: clean up dangling instances
* canvas vg: fix vector file data memory leak.
* efl gfx_path: fix memory leak.
* efl_ui_image: fixed elm_image_preload_disabled_set api is not working when it is called before file set
Changes since 1.24.1:
---------------------

View File

@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
version: '1.24.2',
version: '1.24.3',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)