diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-04-01 18:20:52 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2015-04-01 18:20:52 +0200 |
commit | 544a9ad55bde6900f97f4586505acded242b9d32 (patch) | |
tree | 08877a64cb1b107f1d29768382442cec4ee4c770 | |
parent | 819146a9e36d164c9b6a839a7db4414f26114945 (diff) |
release: Update NEWS and bump version for 1.13.2 releasev1.13.2
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 26 insertions, 2 deletions
@@ -1,7 +1,31 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.13.1 | 2 | Elementary 1.13.2 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.13.1: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * layout: here default content alias can be acceptable. | ||
11 | * popup: correct popup position. | ||
12 | * popup: passing right parameter to elm_layout_sizing_eval | ||
13 | * genlist: select the focused item on enter key input | ||
14 | * gengrid: select the focused item on enter key input | ||
15 | * popup: removed button style setting code in theme_apply | ||
16 | * layout: apply widget's states when elm_layout_file_set is called | ||
17 | * gengrid/genlist/list: focus first item if first_item_focus_on_first_focus_in is on whether focus highlight is enabled or not | ||
18 | * config: fix config name | ||
19 | * Genlist/Gengrid : Modified to handle the focus highlight on unrealized items | ||
20 | * genlist: Send param item type instead of eo item type. | ||
21 | * widget: fix the abi break. | ||
22 | * GLView: Return false if the surface could not be created | ||
23 | * conform: Use eo_isa() to check object types. | ||
24 | * elm_panel: Fix incorrect scroller content region calculation of panel. | ||
25 | * elm_win fullscreen setting on FAKE wins should just toggle the flag | ||
26 | * elm_widget: fix wrong parmeter. | ||
27 | * genlist: Fix elm_genlist_item_index_get. | ||
28 | |||
5 | Changes since 1.13.0: | 29 | Changes since 1.13.0: |
6 | --------------------- | 30 | --------------------- |
7 | 31 | ||
diff --git a/configure.ac b/configure.ac index 522973040..5a386295a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [13], [1], [release]) | 1 | EFL_VERSION([1], [13], [2], [release]) |
2 | AC_INIT([elementary], [efl_version], [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) |