From: Stefan Schmidt Date: Fri, 31 Mar 2017 13:26:47 +0000 (+0200) Subject: release: Update NEWS and bump version for 1.19.0-beta4 release X-Git-Tag: upstream/1.20.0~1639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19d4f3183915e5b3fe6c974019f445ab8976f918;p=platform%2Fupstream%2Fefl.git release: Update NEWS and bump version for 1.19.0-beta4 release --- diff --git a/NEWS b/NEWS index 37e56e7..5561149 100644 --- a/NEWS +++ b/NEWS @@ -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: --------------------- diff --git a/configure.ac b/configure.ac index be896a2..efdf902 100644 --- a/configure.ac +++ b/configure.ac @@ -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])