diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:02:12 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:02:12 +0000 |
commit | 05ddd5fe2df500b018fd077359121653628cd44a (patch) | |
tree | d71f3d0c22a9637c1bf6d3178986caa0e4719e72 /NEWS | |
parent | 296d47a7cbfe5be9a3a60797a9a661634b8e2c8c (diff) |
cleaning up the base of efl tree moving files to subdirs
SVN revision: 77106
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ | |||
1 | ========= | ||
2 | EFL 1.8.0 | ||
3 | ========= | ||
4 | |||
5 | Changes since 1.7.0: | ||
6 | |||
7 | Additions: | ||
8 | * Add DOCTYPE children parsing in eina_simple_xml | ||
9 | |||
10 | Improvements: | ||
11 | * Single EFL tree now covring all EFL library components. | ||
12 | * Speedup Eina Rbtree Iterator by recycling memory instead of | ||
13 | massively calling malloc/free. | ||
14 | |||
15 | Fixes: | ||
16 | * Fix PPC (big endian) image codec bug. | ||