eet: make eet_dictionary thread safe.
[framework/uifw/eet.git] / NEWS
1 Eet 1.7.0
2
3 Changes since Eet 1.6.0:
4 --------------------------
5
6 Fixes:
7     * Force destruction of all pending file when shuting down eet.
8     * Make eet_dictionary thread safe.
9
10 Eet 1.6.0
11
12 Changes since Eet 1.5.0:
13 --------------------------
14
15 Additions:
16     * eet_file_get to return filenames of Eet_Files.
17     * added support for GNUTLS 3.x.
18     * eet_dictionary_count.
19     * EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY API
20
21 Improvements:
22
23     * most allocations moved to mempools.
24     * support GNUTLS 3.x.
25     * add "eet -t FILE.EET" to get some stat out of an eet file.
26     * eet filenames are now stringshare'd.
27     * increased eet_connection packet size to 1Mb.
28     * make eet tool write to stdout if no output file is given.
29
30 Eet 1.5.0
31
32 Changes since Eet 1.4.0:
33 --------------------------
34
35 Additions:
36
37     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
38     * eet_node API's to manipulate nodes
39     * eet_alias_get API
40     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
41     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
42
43 Fixes:
44
45     * eet shutdown on windows
46     * test case to init eet
47     * compilation against libjpeg 8 on windows
48     * binary open on windows
49     * unopenable empty eet file for read/write
50
51 Improvements:
52
53     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
54     * use stringshare for mmaped file names
55     * use eina locking wrappers
56     * use eina_file for file IO
57     * jpeg encode and decode quality improved at expense of speed