diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-11-22 13:11:05 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-11-22 13:11:05 +0100 |
commit | 89f57790eef8bbaa8e69a5642d7c5d88dfe2040f (patch) | |
tree | 5102099e83e2b76aad5eb4455d545055e30b5ce2 | |
parent | 1deb1abdb58bff7dea2c30735825126189caa634 (diff) |
release: Update NEWS and bump version for 1.20.6 releasev1.20.6
-rw-r--r-- | NEWS | 45 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 45 insertions, 2 deletions
@@ -1,7 +1,50 @@ | |||
1 | ========== | 1 | ========== |
2 | EFL 1.20.5 | 2 | EFL 1.20.6 |
3 | ========== | 3 | ========== |
4 | 4 | ||
5 | Changes since 1.20.5: | ||
6 | --------------------- | ||
7 | |||
8 | Fixes: | ||
9 | |||
10 | * efl ui win - make win centering work with multiple screens (T6323) | ||
11 | * edje_cc: fix a memory leak issue when edje_cc writes images | ||
12 | * evas gl generic/common - add more linking for gles mode to fix deb build (T6158) | ||
13 | * edje_edit: duplicate assignment to variable. | ||
14 | * ecore_wayland: fix assigned value is never used. | ||
15 | * evas: Prevent crash with image_data_get (T5957) | ||
16 | * elm_code_widget: make sure the widget is cleared properly. (T6185) | ||
17 | * ecore_wl2: Remove just the flush from the idle handler (T6250) | ||
18 | * elm_tooltip: set parent window for windowed tooltips | ||
19 | * efl_wl: more closely follow wl spec for input regions | ||
20 | * efl_wl: destroy extant shell surface upon surface deletion | ||
21 | * ecore_cocoa: fix the backspace key | ||
22 | * edje_cc: fix errors in documentation | ||
23 | * edje_cc: add missing default values to documentation | ||
24 | * edje_cc: fix color2 and color3 descriptions | ||
25 | * edje_cc: fix state.no_render description | ||
26 | * edje_cc: parse "fixed" as bool | ||
27 | * edje_cc: fix incorrect type in minmul defaults | ||
28 | * edje_cc: fix color_class description | ||
29 | * edje_cc: move part_remove and program_remove to group | ||
30 | * edje_cc: fix default color_class colors | ||
31 | * edje_cc: fix spelling | ||
32 | * edje_cc: make bool parsing consistent | ||
33 | * edje_cc: make color parsing consistent | ||
34 | * edje_cc: move box and table properties documentation | ||
35 | * edje_cc: limit map.zoom to non-negative values | ||
36 | * edje_cc: fix text.align description | ||
37 | * edje_cc: fix program.filter description | ||
38 | * edje_cc: fix item.max parsing | ||
39 | * ecore-drm2: Fix issue of not being able to set output mode | ||
40 | * evas-software-generic: Check for render engine function before calling | ||
41 | * emotion: Fix data race condition (CID1381624) | ||
42 | * ector: use cairo_pattern_add_color_stop_rgba in gradient_radial | ||
43 | * efl_gfx_path: fix typo in _path_bounds_get | ||
44 | * efl net - handle proxy helper fails better and abort proxy lookups | ||
45 | * Ctxpopup: resizing ctxpopup after its content is removed (T6327) | ||
46 | * genlist: fix state corruption of content | ||
47 | |||
5 | Changes since 1.20.4: | 48 | Changes since 1.20.4: |
6 | --------------------- | 49 | --------------------- |
7 | 50 | ||
diff --git a/configure.ac b/configure.ac index 85b2c8b..357546d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | EFL_VERSION([1], [20], [5], [release]) | 1 | EFL_VERSION([1], [20], [6], [release]) |
2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) | 2 | AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net]) |
3 | 3 | ||
4 | AC_PREREQ([2.60]) | 4 | AC_PREREQ([2.60]) |