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