stefan pushed a commit to branch efl-1.25.

http://git.enlightenment.org/core/efl.git/commit/?id=030a4d4e6c986b19b59ba03e72e7f72b1920afb4

commit 030a4d4e6c986b19b59ba03e72e7f72b1920afb4
Author: Stefan Schmidt <ste...@datenfreihafen.org>
Date:   Thu Oct 8 10:41:04 2020 +0200

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

diff --git a/NEWS b/NEWS
index 922a0bee93..ce543be2d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
 ==========
-EFL 1.25.0
+EFL 1.25.1
 ==========
 
+Changes since 1.25.0:
+---------------------
+
+Fixes:
+
+   * evas: sw font draw - protect against null pointer access
+   * efreet - windows - still call stat but skip lstat/readlink
+
 Changes since 1.24.0:
 ---------------------
 
diff --git a/meson.build b/meson.build
index ba34a9c311..8f905faba4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('efl', ['c','cpp'],
-  version: '1.25.0',
+  version: '1.25.1',
   default_options : ['buildtype=release', 'cpp_std=c++11'],
   meson_version : '>=0.50'
 )

-- 


Reply via email to