stefan pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=f3038adf5b6ce0da3e5edbc25f4ca85abb396bff
commit f3038adf5b6ce0da3e5edbc25f4ca85abb396bff Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Wed Dec 7 15:26:23 2016 +0100 release: Update NEWS and bump version for 1.18.4 release --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 371b4b4..a3ad83a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,16 @@ ========== -EFL 1.18.3 +EFL 1.18.4 ========== +Changes since 1.18.3: +--------------------- + +Fixes: + + * evas/x11: Fix EGL engine for recent nvidia binary + * gl drm/x11: Fix compilation for EGL < 1.5 + * ecore_x: Early check image bpp based on depth (T4389) + Changes since 1.18.2: --------------------- diff --git a/configure.ac b/configure.ac index fc70ad4..7e9bd3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [18], [3], [release]) +EFL_VERSION([1], [18], [4], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --