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