removed useless information about libm dependency which is shipped with libc
[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     * Add eina_file_stat.
19
20 Fixes:
21
22     * compilation errors in Eina_RWLock code when building code on Windows > XP
23
24 Improvements:
25
26     * faster implementation of Eina_Rbtree.
27
28 Eina 1.1.0 (2011-12-02)
29
30 Changes since Eina 1.0.0:
31 -------------------------
32
33 Additions:
34
35     * eina_unicode_strndup API
36     * EINA_INLIST_FOREACH_SAFE API
37     * eina unicode UTF8 convenience calls API
38     * eina_list_move functions to move list nodes from list to list directly
39     * simple SAX XML parser API added
40     * inlist sort and sorted insert API
41     * mempool repack API
42     * eina_file API for portable file memory-mapping with IO saffety traps
43     * thread locks, conditions etc. wrapper API for portability
44     * prefix API for apps or libs to find their runtime prefix location
45     * refcount macro API
46     * binbuf for binary extendable buffers API
47     * eina_hash_free_cb_set API
48     * eina_main_loop_is API
49     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
50     * eina_xattr API's
51     * eina_hash_murmur3 API
52
53 Fixes:
54
55     * compilation problems with some configure options
56     * stat issue if file size is in bytes and serial number overran 32bits
57     * uninstall of mempool modules
58     * static build of buddy mempool
59     * stringshare multi-init bug
60     * windows port of eina_sched_prio_drop
61     * eina_hash_set to handle data being NULL like eina_hash_del
62     * static linking to eina (iconv can be avoided)
63     * eina_share_common_del and eina_share_common_ref unlock bug
64
65 Improvements:
66
67     * scalability/speed improvements in Chained Mempool
68     * stringshare as storage for eina error strings now