evas - updated CnN
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 15 Jan 2013 07:30:29 +0000 (07:30 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 15 Jan 2013 07:30:29 +0000 (07:30 +0000)
SVN revision: 82794

ChangeLog
NEWS

index 9dc2bf7..c30ea5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
         * 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.
diff --git a/NEWS b/NEWS
index 4658915..25ad7fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.