diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-09 13:39:59 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-09 13:39:59 +0100 |
commit | 7ea1c8c9c6981858310a915e8c535d29eb34170c (patch) | |
tree | dae50ff9b3074aaae75dc795eec4e62a2faa0953 | |
parent | 12eb6995eea4930d2698f4b06b99d4914bce0159 (diff) |
release: Update NEWS and bump version for 1.13.0 releasev1.13.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -35,6 +35,7 @@ Fixes: | |||
35 | * colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode | 35 | * colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode |
36 | * colorselector: Fix to get proper min size with picker only mode | 36 | * colorselector: Fix to get proper min size with picker only mode |
37 | * colorselector: Fix memory leak in _color_bars_add | 37 | * colorselector: Fix memory leak in _color_bars_add |
38 | * config/font selector: Avoid accessing invalid data on deld items | ||
38 | * datetime: Fix edc sizing issue by putting fixed: 1 1. | 39 | * datetime: Fix edc sizing issue by putting fixed: 1 1. |
39 | * DBUS Menu: Fix SIGSEV and SIGBUS when trying to use dbus. | 40 | * DBUS Menu: Fix SIGSEV and SIGBUS when trying to use dbus. |
40 | * diskselector: Change idle enterer add condition | 41 | * diskselector: Change idle enterer add condition |
@@ -51,6 +52,7 @@ Fixes: | |||
51 | * genlist: Cancel multi selected items. | 52 | * genlist: Cancel multi selected items. |
52 | * gengrid: Add missing "moved" callback call on item reorder by key. | 53 | * gengrid: Add missing "moved" callback call on item reorder by key. |
53 | * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance. | 54 | * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance. |
55 | * gengrid: Fix memory leak in elm_gengrid_realized_items_update | ||
54 | * icon: Use evas_object_geometry_get instead of image_size to know the wanted size | 56 | * icon: Use evas_object_geometry_get instead of image_size to know the wanted size |
55 | * image: Fix an unclipped issue about image bigger than object size | 57 | * image: Fix an unclipped issue about image bigger than object size |
56 | * image: Fix to have exact size using elm_image_fill_outside_set() | 58 | * image: Fix to have exact size using elm_image_fill_outside_set() |
@@ -58,6 +60,10 @@ Fixes: | |||
58 | * image: Fix orientation api - major bug in implementation | 60 | * image: Fix orientation api - major bug in implementation |
59 | * image: Fix elm_image_memfile_set API fail when elm_image widget is not visible. | 61 | * image: Fix elm_image_memfile_set API fail when elm_image widget is not visible. |
60 | * label: Add "slide,end" signal emission | 62 | * label: Add "slide,end" signal emission |
63 | * label: Fixed to prevent slide's autostart before calling elm_label_slide_go() | ||
64 | * label: Fixed label disappearing after theme changed | ||
65 | * list: fix access of deleted items in list when recursing | ||
66 | * list: Fix invalid item data scope get | ||
61 | * modules: Make sure we have all linker flags setup for our modules. (T1920) | 67 | * modules: Make sure we have all linker flags setup for our modules. (T1920) |
62 | * multibuttonentry: Delete duplicate running code. | 68 | * multibuttonentry: Delete duplicate running code. |
63 | * panes: Fix elm_panes_fixed_set. | 69 | * panes: Fix elm_panes_fixed_set. |
@@ -65,13 +71,16 @@ Fixes: | |||
65 | * progressbar: Fix invalid access to freed units string | 71 | * progressbar: Fix invalid access to freed units string |
66 | * segment_control: Fix elm_object_item_text_set bug. | 72 | * segment_control: Fix elm_object_item_text_set bug. |
67 | * toolbar: Fix memory leak in _elm_toolbar_nearest_visible_item_get | 73 | * toolbar: Fix memory leak in _elm_toolbar_nearest_visible_item_get |
74 | * tooltip: Use proper object to set tooltip layer | ||
68 | * transit: Free the map resource. | 75 | * transit: Free the map resource. |
69 | * transit: Fix to support zoom rate zero. | 76 | * transit: Fix to support zoom rate zero. |
70 | * transit: Fix crash issue caused by multiple transit effects. | 77 | * transit: Fix crash issue caused by multiple transit effects. |
71 | * widget: Fix elm_object_disabled_set API | 78 | * widget: Fix elm_object_disabled_set API |
72 | * widget: Pass Elm_Object_Item *item as *event_info in item->del_func. | 79 | * widget: Pass Elm_Object_Item *item as *event_info in item->del_func. |
80 | * widget: Apply default return value according to description in .eo or add description too. | ||
73 | * win: Set config engine on higher priority than DISPLAY env var | 81 | * win: Set config engine on higher priority than DISPLAY env var |
74 | * win: Fix wrong return value of window theme apply. | 82 | * win: Fix wrong return value of window theme apply. |
83 | * win: fix an issue that profile is erased and set to NULL. | ||
75 | 84 | ||
76 | [Samples] | 85 | [Samples] |
77 | * test_external.edc: pulse value have to be true for put in pulsing mode. | 86 | * test_external.edc: pulse value have to be true for put in pulsing mode. |
@@ -81,6 +90,7 @@ Fixes: | |||
81 | [E Theme] | 90 | [E Theme] |
82 | * e/gadman: Add clipper for gadget popup shine | 91 | * e/gadman: Add clipper for gadget popup shine |
83 | 92 | ||
93 | |||
84 | Changes since 1.11.0: | 94 | Changes since 1.11.0: |
85 | --------------------- | 95 | --------------------- |
86 | 96 | ||
diff --git a/configure.ac b/configure.ac index 8ef136ce8..2cb497fa9 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [13], [0], [release]) | 1 | EFL_VERSION([1], [13], [0], [release]) |
2 | AC_INIT([elementary], [efl_version-beta3], [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) |
5 | AC_CONFIG_SRCDIR([configure.ac]) | 5 | AC_CONFIG_SRCDIR([configure.ac]) |