evas - updated CnN

SVN revision: 82794
This commit is contained in:
ChunEon Park 2013-01-15 07:30:29 +00:00
parent e078614a33
commit f98369144b
2 changed files with 5 additions and 0 deletions

View File

@ -306,3 +306,7 @@
* Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the
first item in the struct.
2013-01-15 ChunEon Park (Hermet) <hermet@hermet.pe.kr>
* Fix SIGFPE in evas map update if image size is 0.

1
NEWS
View File

@ -112,3 +112,4 @@ Fixes:
* Fix endianess issue in Eet_Image.
* Fix bug in eio_file_map_new container set.
* Evas textblock: Fixed issue with line height when breaking on a format.
* Fix SIGFPE in evas map update if image is 0.