stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ead885e7d0446720ce5040ec5fba042230930e05
commit ead885e7d0446720ce5040ec5fba042230930e05 Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Mon Feb 20 22:45:31 2017 +0100 release: Update NEWS and bump version for 1.19.0-beta2 release --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 05f033e..e1af974 100644 --- a/NEWS +++ b/NEWS @@ -316,6 +316,16 @@ Fixes: * elm_code: Fix syntax crash on trailing newline in multiline macro * ecore-wl2: roundtrip during client disconnect * evas: fix bugs in gif image loader + * ecore-evas-wayland: Fix setting rotation during async render + * ecore-evas-drm: Fix setting rotation during async render + * evas textblock: keep previous size when the calculation is skipped + * Edje calc: Fix textblock size calculation logic + * ecore-wl2: Fix setting opaque region on a window + * ecore-wl2: Fix setting input region on a window + * elm_code: Fix Coverity issues. (CID1356612, CID1368489, CID1371128, CID1371123, CID1368335, CID1371124, CID1371126) + * elm_code: Another Coverity fix, better this time. (CID1371322) + * Canvas text: fix clearing existing style (T5187) + * eina utils: fix build without getpwent. Changes since 1.17.0: --------------------- diff --git a/configure.ac b/configure.ac index f59c39a..d8bebbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [19], [0], [release]) -AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) --