EFL core migration revision 69626
[framework/uifw/eet.git] / NEWS
1 Eet 1.6.0
2
3 Changes since Eet 1.5.0:
4 --------------------------
5
6 Additions:
7     * eet_file_get to return filenames of Eet_Files.
8     * added support for GNUTLS 3.x.
9     * eet_dictionary_count.
10
11 Improvements:
12
13     * most allocations moved to mempools.
14     * support GNUTLS 3.x.
15     * add "eet -t FILE.EET" to get some stat out of an eet file.
16     * eet filenames are now stringshare'd.
17     * increased eet_connection packet size to 1Mb.
18     * make eet tool write to stdout if no output file is given.
19
20 Eet 1.5.0
21
22 Changes since Eet 1.4.0:
23 --------------------------
24
25 Additions:
26
27     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
28     * eet_node API's to manipulate nodes
29     * eet_alias_get API
30     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
31     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
32
33 Fixes:
34
35     * eet shutdown on windows
36     * test case to init eet
37     * compilation against libjpeg 8 on windows
38     * binary open on windows
39     * unopenable empty eet file for read/write
40
41 Improvements:
42
43     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
44     * use stringshare for mmaped file names
45     * use eina locking wrappers
46     * use eina_file for file IO
47     * jpeg encode and decode quality improved at expense of speed