summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-03-03 13:02:38 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2014-03-03 13:02:38 +0100
commitd9d97cf7f57541059461e771f684142335222aad (patch)
tree3e133cc866f3f3d98a7a4a25b8c1aa0d93d65c0e
parent1b251dc707219edadf51e467fabac99fb5cae1a0 (diff)
downloadefl-d9d97cf7f57541059461e771f684142335222aad.tar.gz
release: Update NEWS and bump version for 1.8.6 releasev1.8.6
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 57f3ee98b0..658f1d9fc2 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 4f78ef9a6d..c72d67a7db 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], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.60])