summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2014-12-11 11:03:53 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2014-12-11 11:03:53 +0100
commit88d8e7d3896eae3a0d11e29e05bf751930152be1 (patch)
treeaf24653125977af4005c09eda22a41a17c06eea5
parentadb127071ac1cb032b6b8f2fc4da8c13f7728045 (diff)
downloadelementary-88d8e7d3896eae3a0d11e29e05bf751930152be1.tar.gz
release: Update NEWS and bump version for 1.12.2 releasev1.12.2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
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)