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