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