stefan pushed a commit to branch master.

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

commit bdc256b2df449d01d75e709f33d38e9152f30bdd
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Jan 25 18:00:33 2016 +0100

    release: Update NEWS and bump version for 1.17.0-beta3 release
---
 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index f147b65..0503fad 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,12 @@ Fixes:
    * config: try to properly update config for popup new align value. (T3008)
    * config: Correct defaults in upgrade of popup conf (T3008)
    * Gengrid: improve item_region_show code
+   * elementary: Fix elm_win_window_id_get function (T3058)
+   * Adjust "context_menu_disabled" configuration.
+   * genlist : fix tree item floating issue when homoegeneous mode is enabled 
(T2708)
+   * combobox: move responsibility to define filter and content to the user of 
a combobox
+   * combobox: "return" key handled correctly and removed unreachable code. 
(T3075)
+   * Genlist: do not select the item two times in case of a double click.
 
 Changes since 1.15.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index fc2865c..bc0527f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [17], [0], [release])
-AC_INIT([elementary], [efl_version-beta2], 
[enlightenment-de...@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version-beta3], 
[enlightenment-de...@lists.sourceforge.net])
 
 AC_PREREQ(2.63)
 AC_CONFIG_SRCDIR([configure.ac])

-- 


Reply via email to