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