diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-10 12:36:11 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-10 12:36:11 +0100 |
commit | c4fbbbf984b7bd1553191c26459bce4589122ad5 (patch) | |
tree | 7a5ec3a5f66bedd7b4c25dc0c6bcdf242b15503b | |
parent | 9a18cdfb961835120a4687afe4c3171badcd388d (diff) |
release: Update NEWS and bump version for 1.12.0 releasev1.12.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -18,15 +18,18 @@ Fixes: | |||
18 | 18 | ||
19 | [Widgets] | 19 | [Widgets] |
20 | * bg: Fix the _elm_bg_elm_layout_sizing_eval bug. | 20 | * bg: Fix the _elm_bg_elm_layout_sizing_eval bug. |
21 | * box: elm_box_align_set API fix | ||
21 | * conform, inwin, progressbar, radio: Fix wrong part_alias_description implementations and documentations. | 22 | * conform, inwin, progressbar, radio: Fix wrong part_alias_description implementations and documentations. |
22 | * fileselector: Do not call _populate directly in APIs (T1663) | 23 | * fileselector: Do not call _populate directly in APIs (T1663) |
23 | * label: Fix size calculation for wrapped label | 24 | * label: Fix size calculation for wrapped label |
25 | * label: Reset sd->lastw as '-1' in some elm_label APIs for ensure the sizing_eval. | ||
24 | * list: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | 26 | * list: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. |
25 | * map: the widget use efreet cache home to save image files to, so efreet should be initialized. | 27 | * map: the widget use efreet cache home to save image files to, so efreet should be initialized. |
26 | * notify: Fix style applying | 28 | * notify: Fix style applying |
27 | * genlist: Fix item select logic when item select mode is ALWAYS. | 29 | * genlist: Fix item select logic when item select mode is ALWAYS. |
28 | * genlist: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | 30 | * genlist: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. |
29 | * genlist: Fix a crash bug in case of calling a genlist_clear in a select callback function. | 31 | * genlist: Fix a crash bug in case of calling a genlist_clear in a select callback function. |
32 | * genlist: Remove unnecessary callbacks when item loop is disabled. | ||
30 | * gengrid: Fix _item_unselect to check select value not highlight value. | 33 | * gengrid: Fix _item_unselect to check select value not highlight value. |
31 | * gengrid: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | 34 | * gengrid: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. |
32 | * gengrid: Fix item select logic when item select mode is ALWAYS. | 35 | * gengrid: Fix item select logic when item select mode is ALWAYS. |
@@ -43,6 +46,7 @@ Fixes: | |||
43 | * module: Detect extention just based on if its windows or not. | 46 | * module: Detect extention just based on if its windows or not. |
44 | * widget: Fix segfaults for _elm_widget_item_style_set/get | 47 | * widget: Fix segfaults for _elm_widget_item_style_set/get |
45 | * widget: Fix seg fault when ts is NULL. | 48 | * widget: Fix seg fault when ts is NULL. |
49 | * widget: Fix the typo. Use win object instead. | ||
46 | 50 | ||
47 | [Samples] | 51 | [Samples] |
48 | * test entry: make scrollable entries visible | 52 | * test entry: make scrollable entries visible |
diff --git a/configure.ac b/configure.ac index 8db5950f7..e0f2aadb3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [12], [0], [release]) | 1 | EFL_VERSION([1], [12], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta2], [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]) |