stefan pushed a commit to branch efl-1.13. http://git.enlightenment.org/core/efl.git/commit/?id=99abdc5ca42df8dbc22f0ae17a3057e0a95e61d5
commit 99abdc5ca42df8dbc22f0ae17a3057e0a95e61d5 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Wed Apr 1 16:34:26 2015 +0200 release: Update NEWS and bump version for 1.13.2 release --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c0caa36..f839e9f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,21 @@ ========== -EFL 1.13.1 +EFL 1.13.2 ========== +Changes since 1.13.1: +--------------------- + +Fixes: + + * ecore-wl fullscreen state is based on either window type or attribute + * ecore/ecore_audio: fix timer control logically wrong. + * Evas GL: Fix list of extensions with GLESv1 + * evas/clip: If the clipper is image or has color, clipped area should be redrawn. + * eina: safety check for NULL pointer + * evas: prevent crash. + * evil: fix access to a file mapping object + * ecore_idler: + null check. + Changes since 1.13.0: --------------------- diff --git a/configure.ac b/configure.ac index 395cf46..96ab00a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [13], [1], [release]) +EFL_VERSION([1], [13], [2], [release]) AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) --