stefan pushed a commit to branch elementary-1.12. http://git.enlightenment.org/core/elementary.git/commit/?id=88d8e7d3896eae3a0d11e29e05bf751930152be1
commit 88d8e7d3896eae3a0d11e29e05bf751930152be1 Author: Stefan Schmidt <[email protected]> Date: Thu Dec 11 11:03:53 2014 +0100 release: Update NEWS and bump version for 1.12.2 release --- NEWS | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3f24dcd..4ed3055 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,16 @@ ================= -Elementary 1.12.1 +Elementary 1.12.2 ================= +Changes since 1.12.1: +--------------------- + +Fixes: + * tooltip windows now set shape input rect in elm_win + * tooltip windows now show themselves offscreen to force size calc before appearing + * tooltip now calcs position more effectively during ADJUST(FLIP) + * tooltips in windows make more attempts to not overlap with pointer + Changes since 1.12.0: --------------------- diff --git a/configure.ac b/configure.ac index c6413f8..67057a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [12], [1], [release]) +EFL_VERSION([1], [12], [2], [release]) AC_INIT([elementary], [efl_version], [[email protected]]) AC_PREREQ(2.63) --
