diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-09 10:46:03 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-11-09 10:46:03 +0100 |
commit | 37a1e0112d3a5394682db7f8f75e531fc042f8fe (patch) | |
tree | b10f16c60cf4ae96a41e96a78e9a881225fac52f /NEWS | |
parent | 76f86e355af4ab5fbe229b77be01cd7f99ae9643 (diff) | |
download | efl-37a1e0112d3a5394682db7f8f75e531fc042f8fe.tar.gz |
release: Update NEWS and bump version for 1.16.0 releasev1.16.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -25,6 +25,9 @@ Features: * Evas GL: Add new API to get current Evas GL * evas - cutouts - use less cpu by skipping non-intersecting cutout objs * ecore - detect nested ecore_main_loop_begins from silly code + * evas software x11 - increase shm buffer size for modern displays + * evas software x11 - set merge mode explicitly to smart or env var + * edje: add edje signal emit about swallow, text Fixes: @@ -93,6 +96,7 @@ Fixes: * Ecore pipe: clean up handling of already read information. (CID98384) * Ecore Con: Fix possible timing attacks. (CID1039559, CID1039558) * Ecore con: Prevent possible use of uninitialised buffer on the stack. (CID1316016) + * evas rectangle - ensure centers of rects that just move/resize dont rend * evas engines - fix partial swap to not skip swaps if full mode used * Evas image: Fix wrong usage of engine data macro * ethumb - fix client free issue with pending dbus messages (T2769) @@ -152,6 +156,33 @@ Fixes: * emile: prevent segv when rotation is asked and there is no opts provided. * eo - make null object silent if eo id is off * ecore_audio: do not compile elua file if ecore_audio is disabled + * efl - make drm vsync handle broken drm irq timestamps + * Emile: Allow load of ETC images if region = whole image + * Eet: fix decoding of embedded ETC images + * Eet: Another ETC decoding fix + * ecore-drm: Don't exit tty setup if tty is already in graphics mode + * evas-gl-drm: Move definition of Render_Engine out to header + * evas-gl-drm: Resize gbm surface when canvas size changes + * ecore-evas-wl: Ignore step size when maximizing + * eina_quaternion: correct the API name in header file + * ecore imf - fix modules that are x11 based to only load in x11 and in wl + * efreet - fix efreetd to not exit on $home being in extra app dirs + * ecore_file: Fix ecore_file_file_get function on Windows. + * ecore-evas-drm: Use GBM_FORMAT_XRGB8888 when creating new canvas + * evas-gl-drm: Fix issue of gl_drm engine not working (T2807) + * evas-wayland-egl: Fix missing support for EVAS_NATIVE_SURFACE_WL + * evas-wayland-egl: Add missing include header for gl_common + * Evas Text: avoid SIGSEV while ellipsis recalculation (T2640) + * evas-gl-drm: Set Outbuf vsync according to engine + * ecore-drm: Don't always check fb size against dumb buffer + * ecore-evas-gl-drm: Don't create software dumb buffers when using gl + * evas-gl-drm: Find symlink for eglSetDamageRegionKHR + * evas-gl-drm: Implement eglSetDamageRegionKHR + * ecore-drm: Check return value of drmHandleEvent and cleanup + * ecore-drm: Fix issue of duplicate page flips + * ecore-drm: Fix issue of hanging in read() (T2791) + * ecore-drm: Remove unused function + * eina/efreet: open file with binary file on Windows Changes since 1.14.0: --------------------- |