fe3fc19e3cd39da876727abf43a8b3c560f6c539
[profile/ivi/eet.git] / NEWS
1 Changes since Eet 1.7.1:
2 --------------------------
3
4 Fixes:
5     * Add missing UNLOCK_CACHE in eet_open function
6
7 Changes since Eet 1.7.0:
8 --------------------------
9
10 Fixes:
11     * Fix PPC (big endian) image codec bug.
12
13 Changes since Eet 1.6.0:
14 --------------------------
15
16 Additions:
17     * Add code to detect overrun and underrun during Eet Data Descriptor setup.
18     * Add eet_connection_empty.
19
20 Fixes:
21     * Force destruction of all pending file when shuting down eet.
22     * Make eet_dictionary thread safe.
23     * Check that gnutls and openssl don't return below zero size during decipher.
24     * Fix crash when cyphering huge amount of data.
25     * Possible wrong size decoding of simple type.
26     * Don't strdup string around for nothing.
27     * Always initialize dictionary correctly.
28     * Fixed memory leak of eet_data_chunk_put().
29
30 Eet 1.6.0
31
32 Changes since Eet 1.5.0:
33 --------------------------
34
35 Additions:
36     * eet_file_get to return filenames of Eet_Files.
37     * added support for GNUTLS 3.x.
38     * eet_dictionary_count.
39     * EET_DATA_DESCRIPTOR_ADD_BASIC_VAR_ARRAY API
40
41 Improvements:
42
43     * most allocations moved to mempools.
44     * support GNUTLS 3.x.
45     * add "eet -t FILE.EET" to get some stat out of an eet file.
46     * eet filenames are now stringshare'd.
47     * increased eet_connection packet size to 1Mb.
48     * make eet tool write to stdout if no output file is given.
49
50 Eet 1.5.0
51
52 Changes since Eet 1.4.0:
53 --------------------------
54
55 Additions:
56
57     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
58     * eet_node API's to manipulate nodes
59     * eet_alias_get API
60     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
61     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
62
63 Fixes:
64
65     * eet shutdown on windows
66     * test case to init eet
67     * compilation against libjpeg 8 on windows
68     * binary open on windows
69     * unopenable empty eet file for read/write
70
71 Improvements:
72
73     * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
74     * use stringshare for mmaped file names
75     * use eina locking wrappers
76     * use eina_file for file IO
77     * jpeg encode and decode quality improved at expense of speed