stefan pushed a commit to branch master.

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

commit b785b920e67d7b73e9e78460fe5ac1fa64c6c7dc
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Feb 2 10:48:10 2016 +0100

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

diff --git a/NEWS b/NEWS
index 0503fad..881841f 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,12 @@ Fixes:
    * 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.
+   * Elm Image: fix usage of animated gif on the same image object more than 
one time
+   * combobox: fix disabled state (T3075)
+   * combobox: fix continuous clicks on hover
+   * [toolbar] don't leak icons into the UI
+   * [toolbar] Adjust icon size along with text etc.
+   * genlist/gengrid: Fix focus hilight error (T3122)
 
 Changes since 1.15.0:
 ---------------------
diff --git a/configure.ac b/configure.ac
index bc0527f..2774675 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [17], [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