stefan pushed a commit to branch efl-1.17. http://git.enlightenment.org/core/efl.git/commit/?id=b23a2a70096adee1f645ce0f8006198fc4306c7d
commit b23a2a70096adee1f645ce0f8006198fc4306c7d Author: Stefan Schmidt <[email protected]> Date: Mon May 23 12:34:22 2016 +0200 release: Update NEWS and bump version for 1.17.1 release --- NEWS | 19 ++++++++++++++++++- configure.ac | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cadd70d..7663bf5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,24 @@ ========== -EFL 1.17.0 +EFL 1.17.1 ========== +Changes since 1.17.0: +--------------------- + +Fixes: + + * Ecore con: Close server socket fd on failure. + * eina: invalidate last add/del rects when the opposite operation occurs + * Evas textblock: Fix markup cache, was completely broken. + * Edje textblock: Assume textblock knows to deal with setting the same markup. + * ecore-wl2: do not send double mouse up events during input ungrab + * edje: clear pending programs upon calling stop_programs_on() + * Evas textblock: fix cached markup's stringshare refs + * edje entry: fix bug not to call ecore_imf_context_cursor_position_set when deleting surrounding text + * evas: Fix improper extra library linkage for various engines + * ecore-drm: Add missing initializer for fb2 command + * ecore-evas-wayland: Remove include for old Ecore_Wayland library + Changes since 1.16.0: --------------------- diff --git a/configure.ac b/configure.ac index f7063c3..05e3bea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [17], [0], [release]) +EFL_VERSION([1], [17], [1], [release]) AC_INIT([efl], [efl_version], [[email protected]]) AC_PREREQ([2.60]) --
