summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-10-27 12:32:01 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-10-27 12:32:01 +0100
commita0f97ca033b5e120c63e3fd018fa78dfacd140f8 (patch)
tree84aada629365e38aab065369b948a0e894dd39f3 /NEWS
parent43acb28cdbba13f3d43ce2a5d9d2dd55847a4738 (diff)
downloadefl-a0f97ca033b5e120c63e3fd018fa78dfacd140f8.tar.gz
release: Update NEWS and bump version for 1.12.0-beta1 releasev1.12.0-beta1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 61f124babd..2b9fc6ba85 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,7 @@ Features:
* Evas GL: Add evas_gl_surface_query
* Evas GL: Add support for pbuffer surfaces
* Evas GL: Add support for OpenGL-ES 1.1 (part 1)
+ * ecore_drm: Added internal function to check if drm device is hotplug device
Fixes:
@@ -155,6 +156,22 @@ Fixes:
* ecore-drm: Create udev watch for each output, and delete the watch when we free the output.
* evas: Evas_Box - layout_flow_horizontal and layout_flow_vertical fix
* evas-wayland-egl: Fix function prototype for eng_context_create
+ * Eo id: Fix id security checks for invalid objects.
+ * ecore-drm: Cleanup/Unify output_free function code
+ * ecore-drm: Check for valid crtc before calling free
+ * ecore-drm: Cleanup backlight and drm device in output_free function code
+ * ecore-drm: Added documentation for various APIs in ecore_drm_device module
+ * ecore-drm: Added documentation for various APIs in ecore_drm_output module
+ * ecore_wayland: Making _ecore_wl_init_count not to go below zero in shutdown.
+ * ecore_drm: Making _ecore_drm_init_count not to go below zero in _ecore_drm_shutdown.
+ * ecore-drm: Add error message for calling shutdown without calling init first.
+ * ecore-wayland: Add error message for calling shutdown without calling init
+ * ecore_wayland: Making _ecore_wl_shutdown return int instead of EINA_BOOL.
+ * evas-gl-drm: Fix initialization from incompatible pointer type
+ * evas gl rgba visual/rendering fix try ... again
+ * dnd/x: fix type set for case there is no type list exists
+ * edje: edje_edit - don't unlick(NULL) (T1760)
+ * edje: edje_edit - fix posible resource leak (T1760)
Changes since 1.10.0:
---------------------