summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-09-25 11:13:32 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2019-09-25 11:13:32 +0200
commitce135194b438790fa0b928824f15fdeb1958e523 (patch)
tree8ef955871b5df6b24677bdeee97470c919117976 /NEWS
parent595987ae177572a2a1c78af666b736946fedbf9f (diff)
downloadefl-ce135194b438790fa0b928824f15fdeb1958e523.tar.gz
release: Update NEWS and bump version for 1.23.0-beta3 releasev1.23.0-beta3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 2 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index 2e209bf5a7..d33c99d3bc 100644
--- a/NEWS
+++ b/NEWS
@@ -29,26 +29,6 @@ Features:
Fixes:
- * 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.
@@ -229,6 +209,8 @@ Fixes:
* fix xpm loader to be threadable - fixes so much stuff...
* efl: check file's mtime in efl.file::file_set to determine if file is the same
* meson.build: allow to disable tiff evas loader
+ * ecore/signal: also use nonblock for writing side of signal pipe
+ * ector engine: +null checking.
Changes since 1.21.0:
---------------------