diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-09 13:12:51 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-02-09 13:12:51 +0100 |
commit | b5d48869bce517dd172119b9fc04b6f7fb334ecb (patch) | |
tree | 3d69f15cf6039c500292d795ffc86c9489e76ef1 /NEWS | |
parent | e54af4291f5d481b77cb42519f1a5981bb7f9bb9 (diff) | |
download | efl-b5d48869bce517dd172119b9fc04b6f7fb334ecb.tar.gz |
release: Update NEWS and bump version for 1.13.0 releasev1.13.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -229,6 +229,25 @@ Fixes: * eina: fix tests suites for Windows to have a predictable result. * Edje: edje_edit - abort Recursive Reference in edje_edit_part_source_set * ecore-drm: Trap for failure to dup stdin + * ecore-wayland: Don't send key repeat events for keys which should not get them + * eet - fix endianess break added by cedric a year ago in image decoding (T1987) + * eina: fix valgrind invalid read of size in eina_file_path_sanitize. + * ecore-x: Deprecate misspelled screensaver API function + * ecore-x: Deprecate old misspelled API function and add new one + * ecore-x: Port deprecated API and new API function to xcb + * evas: Evas_3D - fix bug with uninit Evas_Mat4 flag. + * eldbus: production code inside Eina Safety Check assert. + * Ecore_con: fix initialisation clean up and avoid memory leak. + * eldbus: fix memory leak. + * elua: correct eo inheritance behavior + * eina: Eina_Value - use eina_mempool_free to cleanup the memory + * evas: Evas_3D - fix when bounding sphere is large, situation with incorrect frustum calculation was possible. + * eldbus: eina_value not allocated from mempool. + * evas: Evas_3D - fix evas_3d_scene_pick when trying to get empty texcoords from mesh. + * evas: Evas_3D - fix order of transformation while updating bounding object. + * eina: fix semaphore initialisation + * ecore-drm: Fix issue with ecore_drm_output_crtc_Find sending back an invalid id. Fix T2086 + * evas - gl engine - pipe renderer - disabling of unused arrays for lines Changes since 1.11.0: |