release: Update NEWS and bump version for 1.25.1 release

This commit is contained in:
Stefan Schmidt 2020-10-08 10:41:04 +02:00
parent 86b5ea5af8
commit 030a4d4e6c
2 changed files with 10 additions and 2 deletions

10
NEWS
View File

@ -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:
---------------------

View File

@ -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'
)