eet news formatting normalized
[framework/uifw/eet.git] / NEWS
1 Eet 1.5.0
2
3 Changes since Eet 1.4.0:
4 --------------------------
5
6 Additions:
7
8     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
9     * eet_node API's to manipulate nodes
10     * eet_alias_get API
11     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
12     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
13
14 Fixes:
15
16     * eet shutdown on windows
17     * test case to init eet
18     * compilation against libjpeg 8 on windows
19     * binary open on windows
20     * unopenable empty eet file for read/write
21
22 Improvements:
23
24     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
25     * use stringshare for mmaped file names
26     * use eina locking wrappers
27     * use eina_file for file IO