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