From: Stefan Schmidt Date: Thu, 11 Dec 2014 10:03:53 +0000 (+0100) Subject: release: Update NEWS and bump version for 1.12.2 release X-Git-Tag: v1.12.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream-git;p=platform%2Fupstream%2Felementary.git release: Update NEWS and bump version for 1.12.2 release --- diff --git a/NEWS b/NEWS index 3f24dcd7f..4ed305589 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 c6413f852..67057a65b 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], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ(2.63)