summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8f26dc2c8..d1069eab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
================
-Elementary 1.9.3
+Elementary 1.9.4
================
+Changes since Elementary 1.9.3:
+-------------------------------
+
+Fixes:
+
+ * spinner: fixed odd behavior of the spinner
+ * ctxpopup: sd->box null check and event_flag set for previous and next focus move.
+ * tooltips position more accurately in X in xinerama
+ * entry no longer completely breaks focus by focusing itself on selection signal
+ * toolbar: Fixed wrong edje api usage for elm objects.
+ * genlist: Removed unnecessary item show call on multi select.
+ * ctxpopup bg theme should block all mouse events, not just left button
+ * ctxpopup should not blindly show arrows when they are not wanted by the theme
+
+
Changes since Elementary 1.9.2:
-------------------------------
diff --git a/configure.ac b/configure.ac
index ce534c8df..59d59fb81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [9], [3], [release])
+EFL_VERSION([1], [9], [4], [release])
AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.60)