Package upload
[framework/uifw/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.
12     * eina_file_map_faulted.
13     * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
14     * deprecated eina_array_count_get(), use eina_array_count() instead.
15     * eina_inarray data type.
16     * eina_value data type (generic value storage).
17     * eina_file_stat.
18     * eina_log*level_check.
19     * eina_*buf_manage_new_length.
20     * EINA_C_ARRAY_LENGTH macro.
21     * Eina_Stringshare typedef.
22     * add eina_file_map_faulted() for windows port (was missing).
23
24 Fixes:
25
26     * compilation errors in Eina_RWLock when building on Windows newer than XP.
27     * stop leaking Eina_File.
28     * remove dead lock in Eina_File.
29     * bug on eina_shutdown when using eina_error.
30     * NONNULL argument for eina_hash_find.
31     * compilation of eina_semaphore_lock on Windows.
32     * forgotten initialization of eina list count during eina_list_split_list.
33     * leak in Eina_File.
34     * deadlock in Eina_File.
35     * make it possible to force the number of detected CPU on a system.
36
37 Improvements:
38
39     * faster implementation of Eina_Rbtree.
40     * let eina_hash_free behave like free.
41
42 Eina 1.1.0 (2011-12-02)
43
44 Changes since Eina 1.0.0:
45 -------------------------
46
47 Additions:
48
49     * eina_unicode_strndup API
50     * EINA_INLIST_FOREACH_SAFE API
51     * eina unicode UTF8 convenience calls API
52     * eina_list_move functions to move list nodes from list to list directly
53     * simple SAX XML parser API added
54     * inlist sort and sorted insert API
55     * mempool repack API
56     * eina_file API for portable file memory-mapping with IO saffety traps
57     * thread locks, conditions etc. wrapper API for portability
58     * prefix API for apps or libs to find their runtime prefix location
59     * refcount macro API
60     * binbuf for binary extendable buffers API
61     * eina_hash_free_cb_set API
62     * eina_main_loop_is API
63     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
64     * eina_xattr API's
65     * eina_hash_murmur3 API
66
67 Fixes:
68
69     * compilation problems with some configure options
70     * stat issue if file size is in bytes and serial number overran 32bits
71     * uninstall of mempool modules
72     * static build of buddy mempool
73     * stringshare multi-init bug
74     * windows port of eina_sched_prio_drop
75     * eina_hash_set to handle data being NULL like eina_hash_del
76     * static linking to eina (iconv can be avoided)
77     * eina_share_common_del and eina_share_common_ref unlock bug
78
79 Improvements:
80
81     * scalability/speed improvements in Chained Mempool
82     * stringshare as storage for eina error strings now