diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-03 13:02:38 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2014-03-03 13:02:38 +0100 |
commit | d9d97cf7f57541059461e771f684142335222aad (patch) | |
tree | 3e133cc866f3f3d98a7a4a25b8c1aa0d93d65c0e | |
parent | 1b251dc707219edadf51e467fabac99fb5cae1a0 (diff) |
release: Update NEWS and bump version for 1.8.6 releasev1.8.6
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 2 deletions
@@ -1,7 +1,28 @@ | |||
1 | ========= | 1 | ========= |
2 | EFL 1.8.5 | 2 | EFL 1.8.6 |
3 | ========= | 3 | ========= |
4 | 4 | ||
5 | Changes since 1.8.5: | ||
6 | -------------------- | ||
7 | |||
8 | * examples/evas: Set a proper format string for fprintf | ||
9 | * ecore: @fix race condition when using ecore_main_loop_thread_safe_call_sync. | ||
10 | * Evas text utils: Fixed walking compound clusters. | ||
11 | * Evas textblock tests: Add a wrapping test for complex cluster wrapping. | ||
12 | * eina: allow eina_time_get to fall back to other clocks if the first one fails | ||
13 | * Evas textblock: Fix rendering of spaces in some cases (T924) | ||
14 | * Evas textblock: Added a test for rendering of spaces in some cases. | ||
15 | * Evas textblock: Fixed *_cursor_char_coord_set with some y values. | ||
16 | * Evas textblock: Added tests for *_cursor_char_coord_set. | ||
17 | * eina: restore magic debug option for ABI compatibility purpose. | ||
18 | * edje freeze count can no longer become negative | ||
19 | * evas: fix tiler bug (makes evas get stuck in an infinite loop there in certain scenarios) | ||
20 | * evas: textgrid - fix crash in terminology with rare characters. | ||
21 | * Evas textblock: Fix selection with bidi text. | ||
22 | * Evas textblock: Added a test for range geometry with bidi text. | ||
23 | * Edje entry: Fix memory corruption (of by one in allocation) (T867) | ||
24 | * Edje entry: Fix anchor href parsing. | ||
25 | |||
5 | Changes since 1.8.4: | 26 | Changes since 1.8.4: |
6 | -------------------- | 27 | -------------------- |
7 | 28 | ||
diff --git a/configure.ac b/configure.ac index 4f78ef9..c72d67a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [8], [5], [release]) | 1 | EFL_VERSION([1], [8], [6], [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]) |