Add Tizen 2.0 packaging
[profile/ivi/eet.git] / NEWS
1 Eet 1.7.4
2
3 Changes since Eet 1.7.3:
4 --------------------------
5
6 Fixes:
7     * Fix memory leak when using OpenSSL for ciphering long data.
8     * Fix possible buffer overflow in functions relying on EET_T_LAST
9
10 Eet 1.7.3
11
12 Changes since Eet 1.7.2:
13 --------------------------
14
15 Fixes:
16     * Updated lz4 code.
17
18 Changes since Eet 1.7.1:
19 --------------------------
20
21 Fixes:
22     * Add missing UNLOCK_CACHE in eet_open function
23
24 Changes since Eet 1.7.0:
25 --------------------------
26
27 Fixes:
28     * Fix PPC (big endian) image codec bug.
29
30 Changes since Eet 1.6.0:
31 --------------------------
32
33 Additions:
34     * Add code to detect overrun and underrun during Eet Data Descriptor setup.
35     * Add eet_connection_empty.
36
37 Fixes:
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().
46
47 Eet 1.6.0
48
49 Changes since Eet 1.5.0:
50 --------------------------
51
52 Additions:
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
57
58 Improvements:
59
60     * most allocations moved to mempools.
61     * support GNUTLS 3.x.
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.
66
67 Eet 1.5.0
68
69 Changes since Eet 1.4.0:
70 --------------------------
71
72 Additions:
73
74     * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
75     * eet_node API's to manipulate nodes
76     * eet_alias_get API
77     * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
78     * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
79
80 Fixes:
81
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
87
88 Improvements:
89
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