stefan pushed a commit to branch efl-1.13.

http://git.enlightenment.org/core/efl.git/commit/?id=911df242ab5cebe46ca5d8a98335a483c44dbeb9

commit 911df242ab5cebe46ca5d8a98335a483c44dbeb9
Author: Stefan Schmidt <ste...@datenfreihafen.org>
Date:   Wed May 13 15:16:34 2015 +0200

    release: Update NEWS and bump version for 1.13.3 release
---
 NEWS         | 22 +++++++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f839e9f..19c4814 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
 ==========
-EFL 1.13.2
+EFL 1.13.3
 ==========
 
+Changes since 1.13.2:
+---------------------
+
+Fixes:
+
+   * eina: eina_unicode_utf8_next_get should return 0 when one of the 
parameters is NULL to avoid null pointer access. it also corresponds to the 
description in doc.
+   * eina: Add NULL check for eina_threadqueue_free
+   * Evas GL: reset current surface to NULL when it is destroyed
+   * Evas GL: Add missing dlopen for GLX 1.x version
+   * Evas image: Return proper path even with mmap
+   * evas_object_box: add MAGIC_CHECK when it is added.
+   * Evas object: verify the parent is valid and fail if not.
+   * Evas GL: Fallback to indirect rendering if mul_col != 0xFFFFFFFF
+   * Evas textblock: remove freed item from the line list
+   * ecore_timer: fix the default return value.
+   * evas_text: fix default return value.
+   * Edje embryo: Fix invalid check for get_state_val (text str)
+   * Eina: fix eina_file_split on Windows and update unit test
+   * Evas filters: Fix glReadPixels usage for EGL
+
 Changes since 1.13.1:
 ---------------------
 
diff --git a/configure.ac b/configure.ac
index 96ab00a..7d37b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [13], [2], [release])
+EFL_VERSION([1], [13], [3], [release])
 AC_INIT([efl], [efl_version], [enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ([2.60])

-- 


Reply via email to