release: Update NEWS and bump version for 1.12.2 release upstream-git v1.12.2
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 11 Dec 2014 10:03:53 +0000 (11:03 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 11 Dec 2014 10:03:53 +0000 (11:03 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3f24dcd7f518c00367dc5cd8d8df2937d171d493..4ed305589ad0c6a462c4bc29794ae9c18361c2d7 100644 (file)
--- 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:
 ---------------------
 
index c6413f852dc30b2c8d967fd73ab4b2726898c4f1..67057a65b5c4c1546ef440c4e751f4c0c999e0b7 100644 (file)
@@ -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)