aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eet/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eet/NEWS
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
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