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