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