From b3c785b650a746a11fa12d26da446ebcd05c6e86 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 9 Sep 2019 12:27:44 +0200 Subject: release: Update NEWS and bump version for 1.23.0-beta1 release --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4bbd8b79a6..975ff1c617 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ Changes since 1.22.0: Features: + * eolian: remove support for inlist/inarray + * ecore-drm2: Add API function to return output rotation (T7690) * ecore-drm2: Add background_color to crtc atomic properties * ecore-drm2: Fill in crtc background color (if supported) during atomic commits * ecore-drm2: Add API function to set crtc background color @@ -28,6 +30,42 @@ Features: Fixes: + * Fix leak in elm atspi + * eina_file: set errno on open fail for win32 build + * evas-gl-drm: Fix issue of rotation not actually rotating (T7690) + * solve neon rotation issue by moving to the tiled rotator + * eo: Fix missing varags cleanup (CID1399080) + * efl_core_command_line: Fix logically dead code (CID1399106) + * efl_ui_widget_common: Fix potential resource leak (CID1399088) + * efl_ui_selection_manager: Fix unchecked return value (CID1399092) + * evas_device: Fix dereferencing null pointer (CID1399091) + * efl_ui_stack: Fix dereference null return value (CID1399082) + * efl_ui_datepicker: Fix uninitialized scalar value (CID1397006) + * efl_ui_grid: Fix dereferencing null pointer (CID1397000) + * ecore_con: Fix dereferencing of null pointer (CID1396990) + * elm_atspi_bridge: Fix resource leak (CID1399429) + * efl_ui_win: Fix dereference null return value (CID1399428) + * efl_ui_win: Fix dereference null return (CID1399427) + * efl_ui_win: Fix dereference null return (CID1399426) + * efl_ui_win: Fix dereference null return value (CID1399425) + * efreet: Fix resource leak (CID1399090) + * efl_ui_text: Fix resource leak (CID1396998) + * eldbus: Fix dereference after null check (CID1399422) + * efl_ui_focus_manager_calc: Fix resource leaks (CID1396984, CID1396965) + * elm_focus_legacy: Fix resource leaks (CID1399096, CID1399095) + * eldbus: Fix resource leak (CID1399097) + * efl_canvas_vg_object: Fix dereference after null check (CID1399423, CID1399421) + * efl_ui_win: fix hw accel detection + * efl_ui_layout: Eina_Error type has been modified to work correctly. + * ecore-drm2: Don't use AtomicAddProperty for plane rotation (T7690) + * ecore-drm2: Update plane state values based on FB (T7690) + * ecore-drm2: Factor in output rotation when getting output info (T7690) + * evas drm: Don't use eng_output_resize or redraws clear (T7690) + * evas drm: Fix software output rotation (T7690) + * efl_ui_image: remove job in sizing calc. (T7360) + * evas_render: Process deferred callback in the sync render case. + * efl_ui_selection_manager: Don't leak malloc'd data (CID1396949) + * ecore-drm2: Add missing @ingroup for some doxy * remove vpath test for user dir the test was broken and fixing is insane (T7728) * tests - fix check header to always include eina due to windows * tests - remove one of the eina strtod tests as libc is failing @@ -189,6 +227,11 @@ Fixes: * evas -gl engines - buffer age - bring back fix for changing buffer age * eio - don't call cb's after a cancel * elm sel mgr - remove event handlers when no drop targets are left + * evas_vg: fix alpha animation bug in case of partial update + * elm_popup: calculate the label min size of popup before the popup group calculation + * vg_common_svg : Initialize "display" attribute + * fix a bunch of breaks that having a blind file unload has brought + * fix xpm loader to be threadable - fixes so much stuff... Changes since 1.21.0: --------------------- -- cgit v1.2.1