zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=83c590ea6a24d236cd9c01e9a4e93874ba620cdf
commit 83c590ea6a24d236cd9c01e9a4e93874ba620cdf Author: Mike Blumenkrantz <[email protected]> Date: Wed Sep 18 09:34:29 2019 -0400 release: Update NEWS and bump version for 1.22.5 release --- NEWS | 15 ++++++++++++++- configure.ac | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ccae4c48d6..f47bfc2ee2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ ========== -EFL 1.22.4 +EFL 1.22.5 ========== +Changes since 1.22.4: +--------------------- + +Features: + + +Fixes: + + * fix a bunch of breaks that having a blind file unload has brought + * fix xpm loader to be threadable - fixes so much stuff... + * efl: check file's mtime in efl.file::file_set to determine if file is the same + + Changes since 1.22.3: --------------------- diff --git a/configure.ac b/configure.ac index 221fdecccc..89f7baad8d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [22], [4], [release]) +EFL_VERSION([1], [22], [5], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
