stefan pushed a commit to branch elementary-1.17. http://git.enlightenment.org/core/elementary.git/commit/?id=d2c060e4e551345e92e7063f87176e3788058e51
commit d2c060e4e551345e92e7063f87176e3788058e51 Author: Stefan Schmidt <[email protected]> Date: Mon May 23 12:41:37 2016 +0200 release: Update NEWS and bump version for 1.17.1 release --- NEWS | 23 ++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 881841f..aa25992 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,28 @@ ================= -Elementary 1.17.0 +Elementary 1.17.1 ================= +Changes since 1.17.0: +--------------------- + +Fixes: + + * calendar.edc: fix typo in text style + * fix the wrong operation of mirrored set + * tooltip: set pass events on the tooltip, not the content + * ctxpopup: completely disable focus-setting on show (T3088) + * cursor: do not unconditionally unset cursor before setting an engine cursor + * config: add more frames for scrolling options + * hoversel: set hover layer to layer of hover_parent (T3203) + * list: do not constantly reset scr_min flags + * list: always apply new size hints for subobjects + * list: do not change scr_min flags when setting an unenforced list mode + * list: set update hints on item edje objects + * elm - genlist item - index get start from 0 - unbreak api break + * docs: bring back docs from eo files by switching to the new group name (T3109) + * docs: bring back docs from eo files by switching to the new group name (T3109) + * docs: bring back docs from eo files by switching to the new group name (T3109) + Changes since 1.16.0: --------------------- diff --git a/configure.ac b/configure.ac index 2774675..8339d0b 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([elementary], [efl_version], [[email protected]]) AC_PREREQ(2.63) --
