aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eet/NEWS')
-rw-r--r--libraries/eet/NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/eet/NEWS b/libraries/eet/NEWS
new file mode 100644
index 0000000..43118b0
--- /dev/null
+++ b/libraries/eet/NEWS
@@ -0,0 +1,28 @@
1Eet 1.5.0
2
3Changes since Eet 1.4.0:
4--------------------------
5
6Additions:
7
8 * EET_DATA_DESCRIPTOR_ADD_LIST_STRING API for string lists
9 * eet_node API's to manipulate nodes
10 * eet_alias_get API
11 * eet_data_xattr_cipher_get and eet_data_xattr_cipher_set APIs
12 * EET_DATA_DESCRIPTOR_ADD_BASIC_ARRAY API
13
14Fixes:
15
16 * eet shutdown on windows
17 * test case to init eet
18 * compilation against libjpeg 8 on windows
19 * binary open on windows
20 * unopenable empty eet file for read/write
21
22Improvements:
23
24 * better speed and memory footprint of EET_G_UNION and EET_G_ARRAY
25 * use stringshare for mmaped file names
26 * use eina locking wrappers
27 * use eina_file for file IO
28 * jpeg encode and decode quality improved at expense of speed