328f9742e314bc9e91308e68b80d1546ccfb349e
[profile/ivi/eina.git] / NEWS
1 Eina 1.2.0
2
3 Changes since Eina 1.1.0:
4 -------------------------
5
6 Additions:
7
8     * eina_mempool_calloc
9     * Eina_Semaphore abstraction API
10     * eina_xattr_fd_ls
11     * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls API
12     * eina_file_map_faulted API
13     * Xattr iterator for Eina_File : eina_file_xattr_get and eina_file_xattr_value_get API
14     * Deprecated eina_array_count_get(), use eina_array_count() instead.
15     * Added eina_inarray data type
16     * Added eina_value data type (generic value storage)
17     * Added eina_model data type (generic hierarchy data access)
18
19 Eina 1.1.0
20
21 Changes since Eina 1.0.0:
22 -------------------------
23
24 Additions:
25
26     * eina_unicode_strndup API
27     * EINA_INLIST_FOREACH_SAFE API
28     * eina unicode UTF8 convenience calls API
29     * eina_list_move functions to move list nodes from list to list directly
30     * simple SAX XML parser API added
31     * inlist sort and sorted insert API
32     * mempool repack API
33     * eina_file API for portable file memory-mapping with IO saffety traps
34     * thread locks, conditions etc. wrapper API for portability
35     * prefix API for apps or libs to find their runtime prefix location
36     * refcount macro API
37     * binbuf for binary extendable buffers API
38     * eina_hash_free_cb_set API
39     * eina_main_loop_is API
40     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
41     * eina_xattr API's
42     * eina_hash_murmur3 API
43
44 Fixes:
45
46     * compilation problems with some configure options
47     * stat issue if file size is in bytes and serial number overran 32bits
48     * uninstall of mempool modules
49     * static build of buddy mempool
50     * stringshare multi-init bug
51     * windows port of eina_sched_prio_drop
52     * eina_hash_set to handle data being NULL like eina_hash_del
53     * static linking to eina (iconv can be avoided)
54     * eina_share_common_del and eina_share_common_ref unlock bug
55
56 Improvements:
57
58     * scalability/speed improvements in Chained Mempool
59     * stringshare as storage for eina error strings now