aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/NEWS
blob: 1abe36e6437de42fb34cd40d3d5f3278b051d1c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Eet 1.6.0

Changes since Eet 1.5.0:
--------------------------

Additions:
    * eet_file_get to return filenames of Eet_Files

Improvements:

    * most allocations moved to mempools
    * support GNUTLS 3.x
    * add "eet -t FILE.EET" to get some stat out of an eet file

Eet 1.5.0

Changes since Eet 1.4.0:
--------------------------

Additions:

    * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
    * eet_node API's to manipulate nodes
    * eet_alias_get API
    * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
    * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API

Fixes:

    * eet shutdown on windows
    * test case to init eet
    * compilation against libjpeg 8 on windows
    * binary open on windows
    * unopenable empty eet file for read/write

Improvements:

    * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
    * use stringshare for mmaped file names
    * use eina locking wrappers
    * use eina_file for file IO
    * jpeg encode and decode quality improved at expense of speed