summaryrefslogtreecommitdiff
path: root/NEWS
blob: b76af1d1b3a480bd058a5ed94b076887fb35c801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=========
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
    * Add eina_list_last_data_get
    * Add Cserve2 scalecache support

Improvements:
    * Single EFL tree covering all EFL library components.
    * Speedup Eina Rbtree Iterator by recycling memory instead of
      repeatedly 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
    * Fixed GLX native surface handling to use glXChooseFBConfig.
      This frixes a break in compositing on new intel mesa drivers.
    * Fixed glGetIntegerv() in Direct Rendering mode for Evas GL
      to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters.
    * Fixed textblock textprop leak.
    * Fixed evas_object_box to reset size_hint_min to zero when no child.