seoz pushed a commit to branch elementary-1.15. http://git.enlightenment.org/core/elementary.git/commit/?id=8fa3e29dba341b1e972363b601932681a32e86a5
commit 8fa3e29dba341b1e972363b601932681a32e86a5 Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Tue Aug 25 02:30:17 2015 +0900 release: Update NEWS and bump version for 1.15.1 release --- NEWS | 26 +++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c54b403..6e01a72 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,31 @@ ================= -Elementary 1.15.0 +Elementary 1.15.1 ================= +Changes since 1.15.0: +--------------------- + +Features: + + * popup: make scroller optional in popup (T2651) + +Fixes: + + * focus: add del callback always. + * Tooltip: reset content delete callback directly after invocation + * elm_toolbar: fix icon_size to consider edje base scale + * spinner: Add to support spinner value %d format. + * cnp: init wayland dnd handlers upon creating the first drop target + * cnp: initialize Elm_Selection_Data.action for wayland drops + * cnp: fix wayland drop format selection + * cnp: pass wayland drop event size to handler, do not nul terminate drop data + * cnp: end wayland drag on allocation failure + * cnp: only nul terminate wayland drops for text type drops + * cnp: redo wayland drop to nul terminate for text_uri drops and free on every drop + * list: fix crash while setting nearest item in viewport (T2662) + * scroller: fix the focus move bug in scroller. + * scroller: fix the misstake. change && -> || + Changes since 1.14.0: --------------------- diff --git a/configure.ac b/configure.ac index 6422f7e..e43cba5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([1], [15], [0], [release]) +EFL_VERSION([1], [15], [1], [release]) AC_INIT([elementary], [efl_version], [enlightenment-de...@lists.sourceforge.net]) AC_PREREQ(2.63) --