summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 693d00e21..850967d2c 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,9 @@ Fixes:
* multibuttonentry: Fix MBE item box min size calc error.
* elc_naviframe: fix crash in strcmp, if text_set is NULL issue
* elm_hover: delay hover dismiss while handling edje signal
+ * elm cursors - if min size is too small then force it to be sane
+ * elm cursor - fix hotspot tracking to actually work right
+ * toolbar: Fix crash on more_item when shrink mode is set with no item.
Changes since 1.14.0:
---------------------
diff --git a/configure.ac b/configure.ac
index 800ad51ef..858d8977e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
EFL_VERSION([1], [16], [0], [release])
-AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta1], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([configure.ac])