From: Stefan Schmidt Date: Mon, 13 Feb 2017 13:56:06 +0000 (+0100) Subject: release: Update NEWS and bump version for 1.19.0-beta1 release X-Git-Tag: upstream/1.20.0~2030 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ce1a1467b072878407bb57e032d6f5a206a6ec5;p=platform%2Fupstream%2Fefl.git release: Update NEWS and bump version for 1.19.0-beta1 release --- diff --git a/NEWS b/NEWS index b9921d4..05f033e 100644 --- a/NEWS +++ b/NEWS @@ -313,6 +313,9 @@ Fixes: * ecore-wl2: Support sending focus for wl_shell * elm config - handle setuid apps correctly and dont create junk dirs in . * eina utils and vpath - use euid not uid if setuid for correct user + * elm_code: Fix syntax crash on trailing newline in multiline macro + * ecore-wl2: roundtrip during client disconnect + * evas: fix bugs in gif image loader Changes since 1.17.0: --------------------- diff --git a/configure.ac b/configure.ac index fe9ff5d..f59c39a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [19], [0], [release]) -AC_INIT([efl], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efl], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])