summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2020-10-08 10:41:04 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2020-10-08 10:41:04 +0200
commit030a4d4e6c986b19b59ba03e72e7f72b1920afb4 (patch)
tree0fc08e01736cbc6a69b686e15b8c791de7f471fe
parent86b5ea5af8d32f5b4160271f66007d1d079dfe4d (diff)
downloadefl-1.25.1.tar.gz
release: Update NEWS and bump version for 1.25.1 releasev1.25.1efl-1.25
-rw-r--r--NEWS10
-rw-r--r--meson.build2
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'
)