diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-17 03:35:53 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-17 03:35:53 +0000 |
commit | 64fd2b487ad344725a7e379c883dea4077d3b287 (patch) | |
tree | e7f158774539e5efa2a42d725cbdba51c5de3d52 /legacy/evas/NEWS | |
parent | 7f56d9a4daa850e3ccdc88ed8a1c18dd2ce7c72c (diff) |
evas: fix garbage with left over mapped smart object.
This fix the bug reported by Bruno Dilly.
SVN revision: 73944
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 319e39edd1..8caf2b01f3 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -21,6 +21,7 @@ Fixes: | |||
21 | * Add missing files in the tarball. | 21 | * Add missing files in the tarball. |
22 | * Add svg rendering with Esvg | 22 | * Add svg rendering with Esvg |
23 | * Don't accept broken map. | 23 | * Don't accept broken map. |
24 | * Fix garbage left by mapped smart object when they fly away from the canvas. | ||
24 | 25 | ||
25 | Removal: | 26 | Removal: |
26 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 27 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |