WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=2b1e7648c4ac1d98b1267a6b1d606c308c0d0784
commit 2b1e7648c4ac1d98b1267a6b1d606c308c0d0784 Author: Stefan Schmidt <ste...@datenfreihafen.org> Date: Mon Sep 9 04:07:23 2019 -0700 Wiki page efl-1.23.0-beta1 changed with summary [created] by Stefan Schmidt --- pages/news/efl-1.23.0-beta1.txt | 59 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/pages/news/efl-1.23.0-beta1.txt b/pages/news/efl-1.23.0-beta1.txt new file mode 100644 index 000000000..4adb597d6 --- /dev/null +++ b/pages/news/efl-1.23.0-beta1.txt @@ -0,0 +1,59 @@ +=== EFL 1.23.0 beta 1 === + * //2019-09-09 - by Stefan Schmidt// + +Our first beta for the 1.23 release. From now on we should be a lot stricter on what can still go into master. + +**Features:** + * eolian: remove support for inlist/inarray + * ecore-drm2: Add API function to return output rotation (T7690) + +**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 + * 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... + +**Download** + +|LINK| SHA256| +| http://download.enlightenment.org/rel/libs/efl/efl-1.23.0-beta1.tar.xz | 55667b9fc1d7d6e6982f3144a19e610d70bf2b9f9a9bd827ebdc48fc602a25b7 | + +{{:blank.png?nolink&100|}} +~~DISCUSSIONS~~ \ No newline at end of file --