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/eina/NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 libraries/eina/NEWS (limited to 'libraries/eina/NEWS') diff --git a/libraries/eina/NEWS b/libraries/eina/NEWS new file mode 100644 index 0000000..6f9a0ef --- /dev/null +++ b/libraries/eina/NEWS @@ -0,0 +1,41 @@ +Eina 1.1.0 + +Changes since Eina 1.0.0: +------------------------- + +Additions: + + * eina_unicode_strndup API + * EINA_INLIST_FOREACH_SAFE API + * eina unicode UTF8 convenience calls API + * eina_list_move functions to move list nodes from list to list directly + * simple SAX XML parser API added + * inlist sort and sorted insert API + * mempool repack API + * eina_file API for portable file memory-mapping with IO saffety traps + * thread locks, conditions etc. wrapper API for portability + * prefix API for apps or libs to find their runtime prefix location + * refcount macro API + * binbuf for binary extendable buffers API + * eina_hash_free_cb_set API + * eina_main_loop_is API + * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs + * eina_xattr API's + * eina_hash_murmur3 API + +Fixes: + + * compilation problems with some configure options + * stat issue if file size is in bytes and serial number overran 32bits + * uninstall of mempool modules + * static build of buddy mempool + * stringshare multi-init bug + * windows port of eina_sched_prio_drop + * eina_hash_set to handle data being NULL like eina_hash_del + * static linking to eina (iconv can be avoided) + * eina_share_common_del and eina_share_common_ref unlock bug + +Improvements: + + * scalability/speed improvements in Chained Mempool + * stringshare as storage for eina error strings now -- cgit v1.1