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