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