Package upload
[framework/uifw/eina.git] / NEWS
1 Eina 1.1.0
2
3 Changes since Eina 1.0.0:
4 -------------------------
5
6 Additions:
7
8     * eina_unicode_strndup API
9     * EINA_INLIST_FOREACH_SAFE API
10     * eina unicode UTF8 convenience calls API
11     * eina_list_move functions to move list nodes from list to list directly
12     * simple SAX XML parser API added
13     * inlist sort and sorted insert API
14     * mempool repack API
15     * eina_file API for portable file memory-mapping with IO saffety traps
16     * thread locks, conditions etc. wrapper API for portability
17     * prefix API for apps or libs to find their runtime prefix location
18     * refcount macro API
19     * binbuf for binary extendable buffers API
20     * eina_hash_free_cb_set API
21     * eina_main_loop_is API
22     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
23     * eina_xattr API's
24     * eina_hash_murmur3 API
25
26 Fixes:
27
28     * compilation problems with some configure options
29     * stat issue if file size is in bytes and serial number overran 32bits
30     * uninstall of mempool modules
31     * static build of buddy mempool
32     * stringshare multi-init bug
33     * windows port of eina_sched_prio_drop
34     * eina_hash_set to handle data being NULL like eina_hash_del
35     * static linking to eina (iconv can be avoided)
36     * eina_share_common_del and eina_share_common_ref unlock bug
37
38 Improvements:
39
40     * scalability/speed improvements in Chained Mempool
41     * stringshare as storage for eina error strings now