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