summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-09-16 13:48:37 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2019-09-16 13:48:37 +0200
commit2d3c99d30bf00219b1062c60217503bbcdcb3a4a (patch)
tree0c56dded00896d95768a2c88bf7edb9bddca20db /NEWS
parentfc0f4e974ef5538c503b7f461eb1460b6aa8e198 (diff)
downloadefl-2d3c99d30bf00219b1062c60217503bbcdcb3a4a.tar.gz
release: Update NEWS and bump version for 1.23.0-beta2 releasev1.23.0-beta2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 975ff1c617..2e209bf5a7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,6 @@ 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
@@ -30,10 +29,6 @@ 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)
@@ -232,6 +227,8 @@ Fixes:
* 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...
+ * 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
Changes since 1.21.0:
---------------------