diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-02-02 10:48:10 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-02-02 10:48:10 +0100 |
commit | b785b920e67d7b73e9e78460fe5ac1fa64c6c7dc (patch) | |
tree | 3bde9d887f49018f81199437993efa7409b2b2ad | |
parent | bf49c5dafdfea9ba8648983228be428765cb2147 (diff) |
release: Update NEWS and bump version for 1.17.0 releasev1.17.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -95,6 +95,12 @@ Fixes: | |||
95 | * combobox: move responsibility to define filter and content to the user of a combobox | 95 | * combobox: move responsibility to define filter and content to the user of a combobox |
96 | * combobox: "return" key handled correctly and removed unreachable code. (T3075) | 96 | * combobox: "return" key handled correctly and removed unreachable code. (T3075) |
97 | * Genlist: do not select the item two times in case of a double click. | 97 | * Genlist: do not select the item two times in case of a double click. |
98 | * Elm Image: fix usage of animated gif on the same image object more than one time | ||
99 | * combobox: fix disabled state (T3075) | ||
100 | * combobox: fix continuous clicks on hover | ||
101 | * [toolbar] don't leak icons into the UI | ||
102 | * [toolbar] Adjust icon size along with text etc. | ||
103 | * genlist/gengrid: Fix focus hilight error (T3122) | ||
98 | 104 | ||
99 | Changes since 1.15.0: | 105 | Changes since 1.15.0: |
100 | --------------------- | 106 | --------------------- |
diff --git a/configure.ac b/configure.ac index bc0527fe6..2774675b1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [17], [0], [release]) | 1 | EFL_VERSION([1], [17], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta3], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ(2.63) | 4 | AC_PREREQ(2.63) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |