eet: add support for statistique.
[framework/uifw/eet.git] / NEWS
1 Eet 1.6.0
2
3 Changes since Eet 1.5.0:
4 --------------------------
5
6 Additions:
7     * eet_file_get to return filenames of Eet_Files
8
9 Improvements:
10
11     * most allocations moved to mempools
12     * support GNUTLS 3.x
13     * add "eet -t FILE.EET" to get some stat out of an eet file
14
15 Eet 1.5.0
16
17 Changes since Eet 1.4.0:
18 --------------------------
19
20 Additions:
21
22     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
23     * eet_node API's to manipulate nodes
24     * eet_alias_get API
25     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
26     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
27
28 Fixes:
29
30     * eet shutdown on windows
31     * test case to init eet
32     * compilation against libjpeg 8 on windows
33     * binary open on windows
34     * unopenable empty eet file for read/write
35
36 Improvements:
37
38     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
39     * use stringshare for mmaped file names
40     * use eina locking wrappers
41     * use eina_file for file IO
42     * jpeg encode and decode quality improved at expense of speed