release: Update NEWS and bump version for 1.19.0-beta4 release

This commit is contained in:
Stefan Schmidt 2017-03-31 15:26:47 +02:00
parent cd5e755951
commit 19d4f31839
2 changed files with 18 additions and 1 deletions

17
NEWS
View File

@ -377,6 +377,23 @@ Fixes:
* edje: Fix rare issue with map (T1551)
* evas gl: Fix usage of OSMesa
* ecore_animator: improve comparision check for stopping animator.
* elementary: Fix minor typo in efl_ui_win.eo
* evas: drop redundant pointer check (CID1371525)
* gengrid: avoid call select callback twice in mode ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL
* evas table: CRI when attempting to pack a table child into another table
* theme: remove event gaps in enlightenment window frames
* genlist: Fix another issue with insert sorted (T5274)
* elm_map: Fix work of elm_map_overlay_icon_set if icon is NULL.
* elm_code: fix keyboard selection forward
* evas: Fix a rare issue with GL and map and mask
* Eina_Xattr: fix memory corruption
* ecore audio: Fix loss of last stream (T5281)
* ecore-drm2: Remove unused field in Output structure
* evas_events: look for seats on hash instead of input devices (T5146)
* elm_code: fix CID 1368489
* Gengrid: Bring the item into view scope before swapping.
* gengrid: fix the crash in _elm_gengrid_item_edge_check
* elm_code: Fix newline crash on BSD
Changes since 1.17.0:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [19], [0], [release])
AC_INIT([efl], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([efl], [efl_version-beta4], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([configure.ac])