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