3 Changes since Eet 1.5.0:
4 --------------------------
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
14 * most allocations moved to mempools.
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.
23 Changes since Eet 1.4.0:
24 --------------------------
28 * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
29 * eet_node API's to manipulate nodes
31 * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
32 * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
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
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