diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-12 14:11:43 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-01-12 14:11:43 +0100 |
commit | 2ccba474a635e45b19ae0ddc1053aa1a290ca6d8 (patch) | |
tree | fa97b1cfa3d69f3adb301fffad031e36aae283d3 | |
parent | 49e669aafd9d4027a1be2719cf3ae23450404482 (diff) |
release: Update NEWS and bump version for 1.13.0-alpha1 releasev1.13.0-alpha1
-rw-r--r-- | NEWS | 68 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 69 insertions, 3 deletions
@@ -1,7 +1,73 @@ | |||
1 | ================= | 1 | ================= |
2 | Elementary 1.12.0 | 2 | Elementary 1.13.0 |
3 | ================= | 3 | ================= |
4 | 4 | ||
5 | Changes since 1.12.0: | ||
6 | --------------------- | ||
7 | |||
8 | Features: | ||
9 | |||
10 | * config font hinting api added | ||
11 | * Scroller: Add step size set API | ||
12 | * theme/e/shelf: Add a translucent style. | ||
13 | * elm config: add key bindings for elm_actionslider | ||
14 | * List: Focus highlight when loop is enable | ||
15 | * win: Support elm_win style change and runtime theme change. | ||
16 | * win: Support runtime alpha window switch on theme change. | ||
17 | * Transit: Support BEZIER CURVE | ||
18 | * Genlist: added the clicked,right event on items | ||
19 | * genlist: add "scroll" smart call | ||
20 | * Gengrid: new signal: clicked,right with proper test | ||
21 | * List: new signal: clicked,right with simple test | ||
22 | * Icon theme: added standard freedesktop names. | ||
23 | * Added the elm_win_util_dialog_add() API function | ||
24 | * elm_image now inherits edje signal emit | ||
25 | * fileselector: added a search icon | ||
26 | * +elm_win_fake(), ELM_WIN_FAKE type | ||
27 | |||
28 | Fixes: | ||
29 | |||
30 | * elm_box: inappropriate size_hint_align value usage fix | ||
31 | * transit: free the map resource. | ||
32 | * DBUS Menu: fixing SIGSEV and SIGBUS when trying to use dbus. | ||
33 | * datetime: Fix edc sizing issue by putting fixed: 1 1. | ||
34 | * win: set config engine on higher priority than DISPLAY env var | ||
35 | * genlist: Fix genlist crash issue when clearing genlist on item focus callback. | ||
36 | * test_external.edc: pulse value have to be true for put in pulsing mode. | ||
37 | * win: Fix wrong return value of window theme apply. | ||
38 | * elm_label: Add "slide,end" signal emission | ||
39 | * elm_widget: Pass Elm_Object_Item *item as *event_info in item->del_func. | ||
40 | * modules: Make sure we have all linker flags setup for our modules. (T1920) | ||
41 | * elm/image: Fix an unclipped issue about image bigger than object size | ||
42 | * elm_colorselector: fix not intended duplication | ||
43 | * elm_colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode | ||
44 | * add clipper for gadget popup shine | ||
45 | * genlist should ignore no-select items when moving with the keyboard | ||
46 | * elm_toolbar: fix memory leak in _elm_toolbar_nearest_visible_item_get | ||
47 | * elm_genlist: add missing callback call | ||
48 | * gengrid: Add missing "moved" callback call on item reorder by key. | ||
49 | * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance. | ||
50 | * elm_colorselector: Fixed to get proper min size with picker only mode | ||
51 | * test_gengrid.c: Fixed Item_Data array size for prevent buffer overflow. | ||
52 | * box layout should not silently fail when size is less than min size hint | ||
53 | * Elm_Entry: Fix dropped text data insertion | ||
54 | * genlist: unselect item if the select mode is display only or none. | ||
55 | * genilst: unselect items if the genlist select mode is display only or none. | ||
56 | * elementary: Fix DnD to work again in wayland | ||
57 | * elementary: Fix return values to use Eina_Bool | ||
58 | * elementary: Fix issue with event data causing an invalid free | ||
59 | * elm_diskselector.c: idle enterer add condition changed. | ||
60 | * elm_segment_control: Fix elm_object_item_text_set bug. | ||
61 | * colorselector: memory leak fix in _color_bars_add | ||
62 | * genlist: cancel multi selected items. | ||
63 | * elm progressbar - fix invalid access to freed units string | ||
64 | * elm filesel - fix eio access of widget data after de in eio threads | ||
65 | * theme: fix misprint in popup style alias name | ||
66 | * elm_image: Fixed to have exact size using elm_image_fill_outside_set() | ||
67 | * elm_widget: elm_object_disabled_set API fix | ||
68 | * elm - elm image orientation api fix - major bug in implementation | ||
69 | * DnD: fix callbacks deletion for inline windows. | ||
70 | |||
5 | Changes since 1.11.0: | 71 | Changes since 1.11.0: |
6 | --------------------- | 72 | --------------------- |
7 | 73 | ||
diff --git a/configure.ac b/configure.ac index cc762269e..5804d6b7a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | EFL_VERSION([1], [12], [99], [dev]) | 1 | EFL_VERSION([1], [13], [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]) |