release: Update NEWS and bump version for 1.22.2 release

This commit is contained in:
Mike Blumenkrantz 2019-05-01 14:33:18 -04:00
parent 94ef4bf9c3
commit bc79a67bbe
3 changed files with 18 additions and 3 deletions

17
NEWS
View File

@ -1,7 +1,22 @@
==========
EFL 1.22.1
EFL 1.22.2
==========
Changes since 1.22.1:
---------------------
Fixes:
* ecore-drm2: Make atomic property values support uint64_t
* elm_atspi_bridget: Fix resource leak (CID1399424)
* elput: Remove useless call to eldbus_message_unref
* efl_core_command_line: Fix resource leak (CID1399105)
* ecore-evas-x: Fix double free (CID1382851)
* elm_theme: Check the ref count to delete or unref.
* elc_hoversel: Fix crash when no sd->last_location
* ecore drm2 - fix timeout in case case called from thread
Changes since 1.22.0:
---------------------

View File

@ -1,4 +1,4 @@
EFL_VERSION([1], [22], [1], [release])
EFL_VERSION([1], [22], [2], [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.1',
version: '1.22.2',
default_options : ['buildtype=release', 'cpp_std=c++11'],
meson_version : '>=0.47'
)