You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
=========
|
|
|
|
EFL 1.8.0
|
|
|
|
=========
|
|
|
|
|
|
|
|
Changes since 1.7.0:
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
Additions:
|
|
|
|
* Add DOCTYPE children parsing in eina_simple_xml
|
|
|
|
* Add eina_barrier thread API
|
|
|
|
* Add eina_tmpstr_add() and eina_tmpstr_del()
|
|
|
|
* Add eina_thread API
|
|
|
|
|
|
|
|
Improvements:
|
|
|
|
* Single EFL tree now covring all EFL library components.
|
|
|
|
* Speedup Eina Rbtree Iterator by recycling memory instead of
|
|
|
|
massively calling malloc/free.
|
|
|
|
* Display more information with eet -l -v.
|
|
|
|
|
|
|
|
Fixes:
|
|
|
|
* Fix PPC (big endian) image codec bug.
|
|
|
|
* Fix return value of eina_mmap_safety_enabled_set() and future
|
|
|
|
eina_mmap_safety_enabled_get() returns after success
|