diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index e6eff51198..a8db401c1c 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -555,3 +555,7 @@ * Fix grab count negative values if you do weird combinations of press and release with multiple fingers or multiple mouse buttons. + +2011-12-14 Cedric BAIL + + * Use Eina_File when loading bmp, ico and pmaps files. diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index be64e8fe99..b6e0c03d0a 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS @@ -7,6 +7,10 @@ Additions: * Textblock now supports self-closing tags, i.e
. Those should be used instead of the old
way. +Improvements: + + * Use Eina_File mmap infrastructure for bmp, ico and pmaps file access. + Evas 1.1.0 Changes since Evas 1.0.0: