release: Update NEWS and bump version for 1.16.0-beta1 release v1.16.0-beta1
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 12 Oct 2015 10:09:55 +0000 (12:09 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 12 Oct 2015 10:09:55 +0000 (12:09 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 693d00e215b1786f1f5185485a5ab9f14f045ef1..850967d2c5f7a5729383680be6b88930b0cdf65f 100644 (file)
--- 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:
 ---------------------
index 800ad51ef57e102890c531abe9044a38bb195242..858d8977e5038b2a7e52a3bf1713a81b003ea1ad 100644 (file)
@@ -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])