release: Update NEWS and bump version for 1.12.0 release v1.12.0
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 10 Nov 2014 11:36:11 +0000 (12:36 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 10 Nov 2014 11:36:11 +0000 (12:36 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index df2b549a8c6e17d4544350f720ecbe5a2db032de..59755c0e5ae440a52244612a5069de700ce217cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,15 +18,18 @@ Fixes:
 
    [Widgets]
    * bg: Fix the _elm_bg_elm_layout_sizing_eval bug.
+   * box: elm_box_align_set API fix
    * conform, inwin, progressbar, radio: Fix wrong part_alias_description implementations and documentations.
    * fileselector: Do not call _populate directly in APIs (T1663)
    * label: Fix size calculation for wrapped label
+   * label: Reset sd->lastw as '-1' in some elm_label APIs for ensure the sizing_eval.
    * list: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
    * map: the widget use efreet cache home to save image files to, so efreet should be initialized.
    * notify: Fix style applying
    * genlist: Fix item select logic when item select mode is ALWAYS.
    * genlist: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
    * genlist: Fix a crash bug in case of calling a genlist_clear in a select callback function.
+   * genlist: Remove unnecessary callbacks when item loop is disabled.
    * gengrid: Fix _item_unselect to check select value not highlight value.
    * gengrid: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check.
    * gengrid: Fix item select logic when item select mode is ALWAYS.
@@ -43,6 +46,7 @@ Fixes:
    * module: Detect extention just based on if its windows or not.
    * widget: Fix segfaults for _elm_widget_item_style_set/get
    * widget: Fix seg fault when ts is NULL.
+   * widget: Fix the typo. Use win object instead.
 
    [Samples]
    * test entry: make scrollable entries visible
index 8db5950f7b36709cac8423ac502fab2fabe01e83..e0f2aadb33b1d86b93624d24c27c33e24aae6bea 100644 (file)
@@ -1,5 +1,5 @@
 EFL_VERSION([1], [12], [0], [release])
-AC_INIT([elementary], [efl_version-beta2], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ(2.63)
 AC_CONFIG_SRCDIR([configure.ac])