diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-05-13 15:16:34 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-05-13 15:16:34 +0200 |
commit | 911df242ab5cebe46ca5d8a98335a483c44dbeb9 (patch) | |
tree | 5e190782aee4a10384afac4831cb3dcf9991f68e | |
parent | 22e210e5ae894100cc129f0245913d6d86bc6d8e (diff) |
release: Update NEWS and bump version for 1.13.3 releasev1.13.3
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 2 deletions
@@ -1,7 +1,27 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.13.2 | 2 | EFL 1.13.3 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.13.2: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * 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. | ||
11 | * eina: Add NULL check for eina_threadqueue_free | ||
12 | * Evas GL: reset current surface to NULL when it is destroyed | ||
13 | * Evas GL: Add missing dlopen for GLX 1.x version | ||
14 | * Evas image: Return proper path even with mmap | ||
15 | * evas_object_box: add MAGIC_CHECK when it is added. | ||
16 | * Evas object: verify the parent is valid and fail if not. | ||
17 | * Evas GL: Fallback to indirect rendering if mul_col != 0xFFFFFFFF | ||
18 | * Evas textblock: remove freed item from the line list | ||
19 | * ecore_timer: fix the default return value. | ||
20 | * evas_text: fix default return value. | ||
21 | * Edje embryo: Fix invalid check for get_state_val (text str) | ||
22 | * Eina: fix eina_file_split on Windows and update unit test | ||
23 | * Evas filters: Fix glReadPixels usage for EGL | ||
24 | |||
5 | Changes since 1.13.1: | 25 | Changes since 1.13.1: |
6 | --------------------- | 26 | --------------------- |
7 | 27 | ||
diff --git a/configure.ac b/configure.ac index 96ab00a..7d37b63 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [13], [2], [release]) | 1 | EFL_VERSION([1], [13], [3], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |