release: Update NEWS and bump version for 1.12.0 release

Desktop / Enlightenment / Elementary - Stefan Schmidt [samsung.com] - 10 November 2014 05:36 UTC



###

diff --git a/NEWS b/NEWS
index df2b549..59755c0 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 8db5950..e0f2aad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])

c4fbbbf release: Update NEWS and bump version for 1.12.0 release
NEWS | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

Upstream: git.enlightenment.org


  • Share