diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-10-01 11:41:41 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-10-01 11:41:41 +0200 |
commit | cd9ef487fec80e7af47e98a8f766c63d869b14df (patch) | |
tree | 115b1842585f3c82d657fcaf6a4944c988724c65 | |
parent | d10f0ee3b92433cec6e01f47448ba25db82d6ac4 (diff) |
release: Update NEWS and bump version for 1.23.0 releasev1.23.0
-rw-r--r-- | NEWS | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -7,7 +7,6 @@ Changes since 1.22.0: | |||
7 | 7 | ||
8 | Features: | 8 | Features: |
9 | 9 | ||
10 | * ecore-drm2: Add API function to return output rotation (T7690) | ||
11 | * ecore-drm2: Add background_color to crtc atomic properties | 10 | * ecore-drm2: Add background_color to crtc atomic properties |
12 | * ecore-drm2: Fill in crtc background color (if supported) during atomic commits | 11 | * ecore-drm2: Fill in crtc background color (if supported) during atomic commits |
13 | * ecore-drm2: Add API function to set crtc background color | 12 | * ecore-drm2: Add API function to set crtc background color |
@@ -29,18 +28,6 @@ Features: | |||
29 | 28 | ||
30 | Fixes: | 29 | Fixes: |
31 | 30 | ||
32 | * efl_canvas_vg_object: Fix dereference after null check (CID1399423, CID1399421) | ||
33 | * efl_ui_win: fix hw accel detection | ||
34 | * efl_ui_layout: Eina_Error type has been modified to work correctly. | ||
35 | * ecore-drm2: Don't use AtomicAddProperty for plane rotation (T7690) | ||
36 | * ecore-drm2: Update plane state values based on FB (T7690) | ||
37 | * ecore-drm2: Factor in output rotation when getting output info (T7690) | ||
38 | * evas drm: Don't use eng_output_resize or redraws clear (T7690) | ||
39 | * evas drm: Fix software output rotation (T7690) | ||
40 | * efl_ui_image: remove job in sizing calc. (T7360) | ||
41 | * evas_render: Process deferred callback in the sync render case. | ||
42 | * efl_ui_selection_manager: Don't leak malloc'd data (CID1396949) | ||
43 | * ecore-drm2: Add missing @ingroup for some doxy | ||
44 | * remove vpath test for user dir the test was broken and fixing is insane (T7728) | 31 | * remove vpath test for user dir the test was broken and fixing is insane (T7728) |
45 | * tests - fix check header to always include eina due to windows | 32 | * tests - fix check header to always include eina due to windows |
46 | * tests - remove one of the eina strtod tests as libc is failing | 33 | * tests - remove one of the eina strtod tests as libc is failing |
@@ -211,6 +198,7 @@ Fixes: | |||
211 | * meson.build: allow to disable tiff evas loader | 198 | * meson.build: allow to disable tiff evas loader |
212 | * ecore/signal: also use nonblock for writing side of signal pipe | 199 | * ecore/signal: also use nonblock for writing side of signal pipe |
213 | * ector engine: +null checking. | 200 | * ector engine: +null checking. |
201 | * ecore-x: fix null derefs in window prop code | ||
214 | 202 | ||
215 | Changes since 1.21.0: | 203 | Changes since 1.21.0: |
216 | --------------------- | 204 | --------------------- |