stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=c88fa28b8edb38e9a7f80b883bfbff7fcbd7fc60

commit c88fa28b8edb38e9a7f80b883bfbff7fcbd7fc60
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Aug 4 11:21:21 2015 +0200

    release: Update NEWS and bump version for 1.15.0 release
---
 NEWS         | 12 ++++++++++++
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c80060d..c54b403 100644
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,18 @@ Fixes:
    * elm_gengrid: Fix condition error.
    * Elm_Prefs: use Evil API
    * elm_gengrid: fix missing variable initialization.
+   * multibuttonentry: delete clicked signal preventing code when mbe shrinked.
+   * entry: few times the hit_rect is not clipped properly during genlist 
scrolling, with entry as content.
+   * multibuttonentry: fix bug with uneditable MBE use case.
+   * multibuttonentry: update end text(item count) even mbe shrinked.
+   * Colorselector: fix wrong object for callback call function
+   * multibuttonentry: internal label object status, box pack, unpack logic 
clean up.
+   * interface_scrollable: don't use integer abs on floating point
+   * interface_scrollable: convert to int before using abs first
+   * elm: simulate the clicked event over the object only.
+   * hoversel: use elm_object_focus_set to set focus on subobjects.
+   * colorselector: fixed up the selected process
+   * popup: fix resize issue when action area and title area is absent. (T2623)
 
 Changes since 1.13.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index b1df15b..6422f7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [15], [0], [release])
-AC_INIT([elementary], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ(2.63)
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to