release: Update NEWS and bump version for 1.17.0 release

This commit is contained in:
Stefan Schmidt 2016-02-02 10:48:10 +01:00
parent 5ca0c82de3
commit 7a3468416d
2 changed files with 7 additions and 1 deletions

View File

@ -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:
---------------------

View File

@ -1,5 +1,5 @@
EFL_VERSION([1], [17], [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])