stefan pushed a commit to branch efl-1.24.

http://git.enlightenment.org/core/efl.git/commit/?id=91387314762caa735e5dd5c392af9a5b569ccd72

commit 91387314762caa735e5dd5c392af9a5b569ccd72
Author: Stefan Schmidt <ste...@datenfreihafen.org>
Date:   Mon Sep 28 12:16:54 2020 +0200

    release: Update NEWS and bump version for 1.24.4 release
---
 NEWS        | 16 +++++++++++++++-
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2b4dbba9d0..184e432d58 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
 ---------------------
 
diff --git a/meson.build b/meson.build
index 35e6a5fecc..21c3b695d4 100644
--- a/meson.build
+++ b/meson.build
@@ -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'
 )

-- 


Reply via email to