From 76cab0d22ca86ccd4216c5de1d1b11966a1e992e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 21 Oct 2014 17:07:08 +0200 Subject: [PATCH] release: Update NEWS and bump version for 1.12.0-alpha1 release --- legacy/elementary/NEWS | 38 +++++++++++++++++++++++++++++++++- legacy/elementary/configure.ac | 4 ++-- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index 633f03f90a..ae26f2145e 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -1,7 +1,43 @@ ================= -Elementary 1.11.0 +Elementary 1.12.0 ================= +Changes since 1.11.0: +--------------------- + +Features: + + * theme - improve efm icons provided by ApB (T575) + * elm process state - add events and state get function + * Introduce current_name_{set|get} (T1664) + * GLView: Add more configuration flags for the surface + * GLView: Add support for client-side rotation + * GLView: Add constructor for GLES 1.1 context glview + +Fixes: + + * elm_notify: fixing style applying + * genlist: Fixed item select logic when item select mode is ALWAYS. + * gengrid, genlist, list, toolbar: Fixed DISPLAY_ONLY select mode for an object. + * gengrid: Fixed _item_unselect to check select value not highlight value. + * genlist: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. + * gengrid: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. + * list: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. + * gengrid/popup: Fix wrong return type of _item_del_pre_hook. + * gengrid: Fixed item select logic when item select mode is ALWAYS. + * label: Fix size calculation for wrapped label + * panel: resize scrollable content in content_size_set API + * elm examples - missing -lm link - fix + * elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized. + * module: detect extention just based on if its windows or not. + * conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations. + * genlist: Fixed a crash bug in case of calling a genlist_clear in a select callback function. + * elm_win should not check ELM_ACCEL variable if application has overridden it + * remove accel_override from elm_config + * bg: fix the _elm_bg_elm_layout_sizing_eval bug. + * win: fix segfaults (wrong checking) + * widget: fix seg fault when ts is NULL. + Changes since 1.10.0: --------------------- diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 951a385779..cbcecb9407 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -1,5 +1,5 @@ -EFL_VERSION([1], [11], [99], [dev]) -AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) +EFL_VERSION([1], [12], [0], [release]) +AC_INIT([elementary], [efl_version-alpha1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ(2.63) AC_CONFIG_SRCDIR([configure.ac])