release: Update NEWS and bump version for 1.24.4 release

This commit is contained in:
Stefan Schmidt 2020-09-28 12:16:54 +02:00
parent b6ecdbb91c
commit 9138731476
2 changed files with 16 additions and 2 deletions

16
NEWS
View File

@ -1,7 +1,21 @@
==========
EFL 1.24.3
EFL 1.24.4
==========
Changes since 1.24.3:
---------------------
Fixes:
* efreetd - cache - add more statinfo work around 0 mtime distros
* edje - fix edje_cc mis-re-iding images in image sets
* evas - render - dont crash is private data is null
* eina vpath - fix windows ~username handling to only error when used
* efl ui image - fix scal to fill - broken with non-rect src images
* edje - calce - really respect max image size for img sets
* evas - fix deadlock with sw async rendering calling cbs in post flush
* ecore - don't do anything with heap between fork and exec
Changes since 1.24.2:
---------------------

View File

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