From 030a4d4e6c986b19b59ba03e72e7f72b1920afb4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 8 Oct 2020 10:41:04 +0200 Subject: [PATCH] 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' )