From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: 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. --- libraries/eet/NEWS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libraries/eet/NEWS (limited to 'libraries/eet/NEWS') 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 @@ +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 -- cgit v1.1