From 5dd0aef273ae6cae643cb863eac3d80be26fe466 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 9 Nov 2015 11:08:34 +0100 Subject: [PATCH] release: Update NEWS and bump version for 1.16.0 release --- legacy/elementary/NEWS | 9 +++++++++ legacy/elementary/configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 3f469b944a..24555b2db3 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -26,6 +26,7 @@ Features: * atspi: support org.a11y.atspi.Collection interface * atspi: add new relationship append/remove/clear API * elm run - be explicit about elm run not nesting in docs + * gengrid : add all_contents_unset API in gengrid for reusing contents. Fixes: @@ -124,6 +125,14 @@ Fixes: * elm_cnp: DnD/X11: correct drag window position in rotation * dayselector: fix warning related to argument type * multibuttonentry: fix label packed many times in internal box. + * win: reemit atspi "focused" event on bridge connection + * multibuttonentry: when item is clicked/selected, select function not called issue fix. + * widget: update child_can_focus flag on focusability change + * colorselector: picker spinner UI not proper issue fix. (T2401) + * autoscroll focus: pass the object region position relative to the scroller. (T1686) + * elm_segment_control: fix invalid parameter + * atspi: add missing SELECTED changed signals + * win : Prohibiting auto-rendering, until elm_win is shown. Changes since 1.14.0: --------------------- diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 9c1a32afe2..a8e294c2b9 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -1,5 +1,5 @@ EFL_VERSION([1], [16], [0], [release]) -AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ(2.63) AC_CONFIG_SRCDIR([configure.ac])