diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-10-06 00:02:30 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2015-10-06 00:02:30 +0900 |
commit | 6171fad7bd18eff0747b23f02b63cb10ff88d9c0 (patch) | |
tree | 9cdef5d693f305a0e9705395cf519a3ad9b0603b | |
parent | 7d8b08c6e810c2f772e5ec03634f88c36d364231 (diff) |
release: Update NEWS and bump version for 1.15.2 releasev1.15.2
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 27 insertions, 3 deletions
@@ -12,8 +12,8 @@ Features: | |||
12 | Fixes: | 12 | Fixes: |
13 | 13 | ||
14 | * focus: add del callback always. | 14 | * focus: add del callback always. |
15 | * Tooltip: reset content delete callback directly after invocation | 15 | * tooltip: reset content delete callback directly after invocation |
16 | * elm_toolbar: fix icon_size to consider edje base scale | 16 | * toolbar: fix icon_size to consider edje base scale |
17 | * spinner: Add to support spinner value %d format. | 17 | * spinner: Add to support spinner value %d format. |
18 | * cnp: init wayland dnd handlers upon creating the first drop target | 18 | * cnp: init wayland dnd handlers upon creating the first drop target |
19 | * cnp: initialize Elm_Selection_Data.action for wayland drops | 19 | * cnp: initialize Elm_Selection_Data.action for wayland drops |
@@ -27,6 +27,30 @@ Fixes: | |||
27 | * scroller: fix the misstake. change && -> || | 27 | * scroller: fix the misstake. change && -> || |
28 | * elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). | 28 | * elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). |
29 | * scroller: fix memory leak on keys traversal | 29 | * scroller: fix memory leak on keys traversal |
30 | * Revert "Elm_Interface_Scrollable: Improvement in looping behavior" | ||
31 | * naviframe: When push is in progress, block pop until push is complete. | ||
32 | * multibuttonentry: Fix mbe clicked signal is not work. | ||
33 | * multibuttonentry: Item resize issue on text set | ||
34 | * genlist: Dont select first item if its DISPLAY_ONLY | ||
35 | * config: revert first_item_focus_on_first_focus_in to 0 (T2662) | ||
36 | * toolbar: fix issue of focus not coming to item on mouse click (T2697) | ||
37 | * gengrid: extends D2418 to horizontal mode. | ||
38 | * gengird: change focus move mechanism in gengrid. | ||
39 | * gengrid: Fix wrong focus movement in _item_single_select_down | ||
40 | * gengrid: fix item focus movement in case of horizontal mode | ||
41 | * gengrid: no need to loop in case of reorder mode is enabled | ||
42 | * gengrid: fix crash issue. | ||
43 | * naviframe: fix a focus issue when deleting the first item | ||
44 | * fileSelector: fix behaviour when the file is chosen | ||
45 | * map: fix module load craziness loading all elm modules | ||
46 | * map: fix crash on badly handled zoom timeout callback | ||
47 | * multibuttonentry: Input panel should be controlled only if multibuttonentry is editable | ||
48 | * toolbar 0 size items fix if icon not found (T2710) | ||
49 | * spinner: Notify when value is edited directly | ||
50 | * conformant: display mode set fix | ||
51 | * gengrid: fix duplicate edje signal (elm,state,focused) to item on focus | ||
52 | * spinner: fix extra callback calls | ||
53 | * multibuttonentry: Fix MBE item box min size calc error. | ||
30 | 54 | ||
31 | Changes since 1.14.0: | 55 | Changes since 1.14.0: |
32 | --------------------- | 56 | --------------------- |
diff --git a/configure.ac b/configure.ac index e43cba57c..056aa7cae 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [15], [1], [release]) | 1 | EFL_VERSION([1], [15], [2], [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) |