stefan pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=d9d97cf7f57541059461e771f684142335222aad
commit d9d97cf7f57541059461e771f684142335222aad Author: Stefan Schmidt <[email protected]> Date: Mon Mar 3 13:02:38 2014 +0100 release: Update NEWS and bump version for 1.8.6 release --- NEWS | 23 ++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 57f3ee9..658f1d9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,28 @@ ========= -EFL 1.8.5 +EFL 1.8.6 ========= +Changes since 1.8.5: +-------------------- + + * examples/evas: Set a proper format string for fprintf + * ecore: @fix race condition when using ecore_main_loop_thread_safe_call_sync. + * Evas text utils: Fixed walking compound clusters. + * Evas textblock tests: Add a wrapping test for complex cluster wrapping. + * eina: allow eina_time_get to fall back to other clocks if the first one fails + * Evas textblock: Fix rendering of spaces in some cases (T924) + * Evas textblock: Added a test for rendering of spaces in some cases. + * Evas textblock: Fixed *_cursor_char_coord_set with some y values. + * Evas textblock: Added tests for *_cursor_char_coord_set. + * eina: restore magic debug option for ABI compatibility purpose. + * edje freeze count can no longer become negative + * evas: fix tiler bug (makes evas get stuck in an infinite loop there in certain scenarios) + * evas: textgrid - fix crash in terminology with rare characters. + * Evas textblock: Fix selection with bidi text. + * Evas textblock: Added a test for range geometry with bidi text. + * Edje entry: Fix memory corruption (of by one in allocation) (T867) + * Edje entry: Fix anchor href parsing. + Changes since 1.8.4: -------------------- diff --git a/configure.ac b/configure.ac index 4f78ef9..c72d67a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [8], [5], [release]) +EFL_VERSION([1], [8], [6], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
