evas: forgotten ChangeLog and NEWS.

Missing Vincent so much !


SVN revision: 74979
This commit is contained in:
Cedric BAIL 2012-08-07 11:03:32 +00:00
parent 6e0f9db089
commit 49510f9f7f
2 changed files with 5 additions and 0 deletions

View File

@ -949,3 +949,7 @@
* Fix evas_gl's internal resource surface bug. For optimzation evas_gl
was using evas' window surface to do its resource creation and it
wans't properly updated when a window is destroyed and recreated.
2012-08-07 Cedric Bail
* Properly warn when user try to link object from different canvas.

View File

@ -16,6 +16,7 @@ Improvements:
* Cache convertion from Evas_Map to RGBA_Map.
* evas_object_smart_members_get() now returns NULL on non-smart objects.
* Pipeline rendering use prepare stage more extensively.
* Properly warn when user try to link object from different canvas.
Fixes:
* Add missing files in the tarball.