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