diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-09-25 11:13:32 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-09-25 11:13:32 +0200 |
commit | ce135194b438790fa0b928824f15fdeb1958e523 (patch) | |
tree | 8ef955871b5df6b24677bdeee97470c919117976 | |
parent | 595987ae177572a2a1c78af666b736946fedbf9f (diff) |
release: Update NEWS and bump version for 1.23.0-beta3 releasev1.23.0-beta3
-rw-r--r-- | NEWS | 22 |
1 files changed, 2 insertions, 20 deletions
@@ -29,26 +29,6 @@ Features: | |||
29 | 29 | ||
30 | Fixes: | 30 | Fixes: |
31 | 31 | ||
32 | * eo: Fix missing varags cleanup (CID1399080) | ||
33 | * efl_core_command_line: Fix logically dead code (CID1399106) | ||
34 | * efl_ui_widget_common: Fix potential resource leak (CID1399088) | ||
35 | * efl_ui_selection_manager: Fix unchecked return value (CID1399092) | ||
36 | * evas_device: Fix dereferencing null pointer (CID1399091) | ||
37 | * efl_ui_stack: Fix dereference null return value (CID1399082) | ||
38 | * efl_ui_datepicker: Fix uninitialized scalar value (CID1397006) | ||
39 | * efl_ui_grid: Fix dereferencing null pointer (CID1397000) | ||
40 | * ecore_con: Fix dereferencing of null pointer (CID1396990) | ||
41 | * elm_atspi_bridge: Fix resource leak (CID1399429) | ||
42 | * efl_ui_win: Fix dereference null return value (CID1399428) | ||
43 | * efl_ui_win: Fix dereference null return (CID1399427) | ||
44 | * efl_ui_win: Fix dereference null return (CID1399426) | ||
45 | * efl_ui_win: Fix dereference null return value (CID1399425) | ||
46 | * efreet: Fix resource leak (CID1399090) | ||
47 | * efl_ui_text: Fix resource leak (CID1396998) | ||
48 | * eldbus: Fix dereference after null check (CID1399422) | ||
49 | * efl_ui_focus_manager_calc: Fix resource leaks (CID1396984, CID1396965) | ||
50 | * elm_focus_legacy: Fix resource leaks (CID1399096, CID1399095) | ||
51 | * eldbus: Fix resource leak (CID1399097) | ||
52 | * efl_canvas_vg_object: Fix dereference after null check (CID1399423, CID1399421) | 32 | * efl_canvas_vg_object: Fix dereference after null check (CID1399423, CID1399421) |
53 | * efl_ui_win: fix hw accel detection | 33 | * efl_ui_win: fix hw accel detection |
54 | * efl_ui_layout: Eina_Error type has been modified to work correctly. | 34 | * efl_ui_layout: Eina_Error type has been modified to work correctly. |
@@ -229,6 +209,8 @@ Fixes: | |||
229 | * fix xpm loader to be threadable - fixes so much stuff... | 209 | * fix xpm loader to be threadable - fixes so much stuff... |
230 | * efl: check file's mtime in efl.file::file_set to determine if file is the same | 210 | * efl: check file's mtime in efl.file::file_set to determine if file is the same |
231 | * meson.build: allow to disable tiff evas loader | 211 | * meson.build: allow to disable tiff evas loader |
212 | * ecore/signal: also use nonblock for writing side of signal pipe | ||
213 | * ector engine: +null checking. | ||
232 | 214 | ||
233 | Changes since 1.21.0: | 215 | Changes since 1.21.0: |
234 | --------------------- | 216 | --------------------- |