stefan pushed a commit to branch efl-1.13. http://git.enlightenment.org/core/efl.git/commit/?id=16e098df2d0ce216774c6a4241a8c1b8c1966739
commit 16e098df2d0ce216774c6a4241a8c1b8c1966739 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Thu Feb 26 13:26:59 2015 +0100 release: Update NEWS and bump version for 1.13.1 release --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6033397..c0caa36 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,21 @@ ========== -EFL 1.13.0 +EFL 1.13.1 ========== +Changes since 1.13.0: +--------------------- + +Fixes: + + * Evas masking: Fix some garbage pixels with the SW engine + * Evas masking: Fix potential issues with map & masking + * Evas masking: Force BLEND mode in case of image masking (GL) + * ecore-drm should not use sscanf when getting logind vt + * ecore/drm: Fix libinput >= 0.8 check + * ee-win32 probably might compile now + * Evas GL: Fix leak of surfaces with GLES 1.1 + * eina + ecore - fix main loop thread id tracking on fork + Changes since 1.12.0: --------------------- diff --git a/configure.ac b/configure.ac index bee3ace..395cf46 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [13], [0], [release]) +EFL_VERSION([1], [13], [1], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --