summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2015-05-13 15:16:34 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2015-05-13 15:16:34 +0200
commit911df242ab5cebe46ca5d8a98335a483c44dbeb9 (patch)
tree5e190782aee4a10384afac4831cb3dcf9991f68e
parent22e210e5ae894100cc129f0245913d6d86bc6d8e (diff)
downloadefl-911df242ab5cebe46ca5d8a98335a483c44dbeb9.tar.gz
release: Update NEWS and bump version for 1.13.3 releasev1.13.3
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f839e9f5e0..19c48146b1 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 96ab00a321..7d37b635f2 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-devel@lists.sourceforge.net])
AC_PREREQ([2.60])