blob: 6ae1c9cc504adb475166607637a90b081ea06fc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
=========
EFL 1.8.0
=========
Changes since 1.7.0:
--------------------
Additions:
* Add DOCTYPE children parsing in eina_simple_xml
Improvements:
* Single EFL tree now covring all EFL library components.
* Speedup Eina Rbtree Iterator by recycling memory instead of
massively calling malloc/free.
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
|