diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-26 11:50:38 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-05-26 12:29:36 +0200 |
commit | f3de0a0b540a12fd1d14a96d8eb7d8a9db563c34 (patch) | |
tree | 4fa47fe84f7a3c0d1c42fa67810bd8f7834ac9ca /NEWS | |
parent | 6bfa07cb2f209e914129e6e26d7f6edd2d42498e (diff) |
release: v1.10.0v1.10.0
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -203,12 +203,15 @@ Fixes: | |||
203 | * evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd buffer file. | 203 | * evas-wayland-shm: Use XDG_RUNTIME_DIR if available for creating mmap'd buffer file. |
204 | * evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template | 204 | * evas-wayland-shm: Fix 'oopsie/typo' in temporary file name template |
205 | * ecore-x - fix setting protocol atoms for icccm for 64bit | 205 | * ecore-x - fix setting protocol atoms for icccm for 64bit |
206 | * ecore-drm: Send proper keycode to ecore key event, and remove erroneous variable. | ||
206 | * edje/Edje_Edit: _edje_edit_real_part_add init field of Edje_Real_part | 207 | * edje/Edje_Edit: _edje_edit_real_part_add init field of Edje_Real_part |
207 | * fix ecore_con_url using 100% cpu and just let fd handler do work (T1251) | 208 | * fix ecore_con_url using 100% cpu and just let fd handler do work (T1251) |
208 | * fix behavior of edje entry to match other toolkit entires (T1229) | 209 | * fix behavior of edje entry to match other toolkit entires (T1229) |
209 | * fix ecore_thread_global_data_wait to work when no data exists yet | 210 | * fix ecore_thread_global_data_wait to work when no data exists yet |
210 | * Eo: Fix deref after free. (CID1039898) | 211 | * Eo: Fix deref after free. (CID1039898) |
211 | * evas/render - fix segfault because of null cow access. (T1252) | 212 | * evas/render - fix segfault because of null cow access. (T1252) |
213 | * edje: Edje_Edit - fix wrong behaviour on draggable.event processing while deleting parts. | ||
214 | * evas/text: fix abnormal ellipsis logic when harfbuzz is enabled. | ||
212 | 215 | ||
213 | 216 | ||
214 | Changes since 1.8.0: | 217 | Changes since 1.8.0: |