3 Changes since Eet 1.7.3:
4 --------------------------
7 * Fix memory leak when using OpenSSL for ciphering long data.
8 * Fix possible buffer overflow in functions relying on EET_T_LAST
12 Changes since Eet 1.7.2:
13 --------------------------
18 Changes since Eet 1.7.1:
19 --------------------------
22 * Add missing UNLOCK_CACHE in eet_open function
24 Changes since Eet 1.7.0:
25 --------------------------
28 * Fix PPC (big endian) image codec bug.
30 Changes since Eet 1.6.0:
31 --------------------------
34 * Add code to detect overrun and underrun during Eet Data Descriptor setup.
35 * Add eet_connection_empty.
38 * Force destruction of all pending file when shuting down eet.
39 * Make eet_dictionary thread safe.
40 * Check that gnutls and openssl don't return below zero size during decipher.
41 * Fix crash when cyphering huge amount of data.
42 * Possible wrong size decoding of simple type.
43 * Don't strdup string around for nothing.
44 * Always initialize dictionary correctly.
45 * Fixed memory leak of eet_data_chunk_put().
49 Changes since Eet 1.5.0:
50 --------------------------
53 * eet_file_get to return filenames of Eet_Files.
54 * added support for GNUTLS 3.x.
55 * eet_dictionary_count.
56 * EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY API
60 * most allocations moved to mempools.
62 * add "eet -t FILE.EET" to get some stat out of an eet file.
63 * eet filenames are now stringshare'd.
64 * increased eet_connection packet size to 1Mb.
65 * make eet tool write to stdout if no output file is given.
69 Changes since Eet 1.4.0:
70 --------------------------
74 * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
75 * eet_node API's to manipulate nodes
77 * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
78 * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
82 * eet shutdown on windows
83 * test case to init eet
84 * compilation against libjpeg 8 on windows
85 * binary open on windows
86 * unopenable empty eet file for read/write
90 * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
91 * use stringshare for mmaped file names
92 * use eina locking wrappers
93 * use eina_file for file IO
94 * jpeg encode and decode quality improved at expense of speed