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