release: Update NEWS and bump version for 1.22.1 release

This commit is contained in:
Mike Blumenkrantz 2019-04-17 13:17:34 -04:00
parent 0e4aaead39
commit 91e23eddc9
3 changed files with 17 additions and 3 deletions

16
NEWS
View File

@ -1,7 +1,21 @@
==========
EFL 1.22.0
EFL 1.22.1
==========
Changes since 1.22.0:
---------------------
Fixes:
* remove vpath test for user dir the test was broken and fixing is insane (T7728)
* tests - fix check header to always include eina due to windows
* evas - fix crash/junk pixel content but with tiled rotate at 270 + neon
* tests - remove one of the eina strtod tests as libc is failing
* ecore_imf: do not loop forever on shutdown when there is no more a display
* efl_ui_list: fix to delete sub objects in efl_object_invalidate
* efl_ui_widget: Fix disabled set calling without meaning. (T7799)
Changes since 1.21.0:
---------------------

View File

@ -1,4 +1,4 @@
EFL_VERSION([1], [22], [0], [release])
EFL_VERSION([1], [22], [1], [release])
AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])

View File

@ -1,5 +1,5 @@
project('efl', ['c','cpp'],
version: '1.22.0',
version: '1.22.1',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)