diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-05-23 12:41:37 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2016-05-23 12:41:37 +0200 |
commit | d2c060e4e551345e92e7063f87176e3788058e51 (patch) | |
tree | bd05885d1ee9a6f4fdfc941f235de8ab72274a04 | |
parent | 090fd8b30a4b787e98e434572628ab5785ca8b89 (diff) |
release: Update NEWS and bump version for 1.17.1 releasev1.17.1
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 2 deletions
@@ -1,7 +1,28 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.17.0 | 2 | Elementary 1.17.1 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.17.0: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * calendar.edc: fix typo in text style | ||
11 | * fix the wrong operation of mirrored set | ||
12 | * tooltip: set pass events on the tooltip, not the content | ||
13 | * ctxpopup: completely disable focus-setting on show (T3088) | ||
14 | * cursor: do not unconditionally unset cursor before setting an engine cursor | ||
15 | * config: add more frames for scrolling options | ||
16 | * hoversel: set hover layer to layer of hover_parent (T3203) | ||
17 | * list: do not constantly reset scr_min flags | ||
18 | * list: always apply new size hints for subobjects | ||
19 | * list: do not change scr_min flags when setting an unenforced list mode | ||
20 | * list: set update hints on item edje objects | ||
21 | * elm - genlist item - index get start from 0 - unbreak api break | ||
22 | * docs: bring back docs from eo files by switching to the new group name (T3109) | ||
23 | * docs: bring back docs from eo files by switching to the new group name (T3109) | ||
24 | * docs: bring back docs from eo files by switching to the new group name (T3109) | ||
25 | |||
5 | Changes since 1.16.0: | 26 | Changes since 1.16.0: |
6 | --------------------- | 27 | --------------------- |
7 | 28 | ||
diff --git a/configure.ac b/configure.ac index 2774675b1..8339d0b6d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [17], [0], [release]) | 1 | EFL_VERSION([1], [17], [1], [release]) |
2 | AC_INIT([elementary], [efl_version], [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) |