eet: add support for GnuTLS 3.x
[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
14 Eet 1.5.0
15
16 Changes since Eet 1.4.0:
17 --------------------------
18
19 Additions:
20
21     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
22     * eet_node API's to manipulate nodes
23     * eet_alias_get API
24     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
25     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
26
27 Fixes:
28
29     * eet shutdown on windows
30     * test case to init eet
31     * compilation against libjpeg 8 on windows
32     * binary open on windows
33     * unopenable empty eet file for read/write
34
35 Improvements:
36
37     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
38     * use stringshare for mmaped file names
39     * use eina locking wrappers
40     * use eina_file for file IO
41     * jpeg encode and decode quality improved at expense of speed