diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-10-21 17:07:08 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-10-21 17:07:08 +0200 |
commit | 05a9503cdbbfca72db7dbb76a8a25c01acbfcc93 (patch) | |
tree | b4904e3128bbbef7f9e5a1d6c45647b720085373 | |
parent | b6fbc2b8f7d1147ce77f7f807eaffb1e54ca8fcb (diff) |
release: Update NEWS and bump version for 1.12.0-alpha1 releasev1.12.0-alpha1
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 39 insertions, 3 deletions
@@ -1,7 +1,43 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.11.0 | 2 | Elementary 1.12.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.11.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * theme - improve efm icons provided by ApB (T575) | ||
11 | * elm process state - add events and state get function | ||
12 | * Introduce current_name_{set|get} (T1664) | ||
13 | * GLView: Add more configuration flags for the surface | ||
14 | * GLView: Add support for client-side rotation | ||
15 | * GLView: Add constructor for GLES 1.1 context glview | ||
16 | |||
17 | Fixes: | ||
18 | |||
19 | * elm_notify: fixing style applying | ||
20 | * genlist: Fixed item select logic when item select mode is ALWAYS. | ||
21 | * gengrid, genlist, list, toolbar: Fixed DISPLAY_ONLY select mode for an object. | ||
22 | * gengrid: Fixed _item_unselect to check select value not highlight value. | ||
23 | * genlist: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | ||
24 | * gengrid: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | ||
25 | * list: Fixed ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. | ||
26 | * gengrid/popup: Fix wrong return type of _item_del_pre_hook. | ||
27 | * gengrid: Fixed item select logic when item select mode is ALWAYS. | ||
28 | * label: Fix size calculation for wrapped label | ||
29 | * panel: resize scrollable content in content_size_set API | ||
30 | * elm examples - missing -lm link - fix | ||
31 | * elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized. | ||
32 | * module: detect extention just based on if its windows or not. | ||
33 | * conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations. | ||
34 | * genlist: Fixed a crash bug in case of calling a genlist_clear in a select callback function. | ||
35 | * elm_win should not check ELM_ACCEL variable if application has overridden it | ||
36 | * remove accel_override from elm_config | ||
37 | * bg: fix the _elm_bg_elm_layout_sizing_eval bug. | ||
38 | * win: fix segfaults (wrong checking) | ||
39 | * widget: fix seg fault when ts is NULL. | ||
40 | |||
5 | Changes since 1.10.0: | 41 | Changes since 1.10.0: |
6 | --------------------- | 42 | --------------------- |
7 | 43 | ||
diff --git a/configure.ac b/configure.ac index 951a38577..cbcecb940 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [11], [99], [dev]) | 1 | EFL_VERSION([1], [12], [0], [release]) |
2 | AC_INIT([elementary], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([elementary], [efl_version-alpha1], [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]) |