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