eina: add Eina_Thread API.
[profile/ivi/eina.git] / NEWS
1 Eina 1.8.0
2
3 Changes since Eina 1.7.0:
4 -------------------------
5
6 Additions:
7     * Add DOCTYPE children parsing in eina_simple_xml
8     * Add eina_barrier thread API
9     * Add eina_thread API.
10
11 Improvements:
12     * Speedup Eina Rbtree Iterator by recycling memory instead of massively calling malloc/free.
13
14 Fixes:
15     * Fix return value of eina_mmap_safety_enabled_set() and future 
16     eina_mmap_safety_enabled_get() returns after success
17
18 Eina 1.7.0
19
20 Changes since Eina 1.2.0:
21 -------------------------
22
23 Additions:
24     * Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
25     * Add an helper to iterate over line in a mapped file.
26     * Add EINA_SENTINEL to protect variadic functions
27     * Add EINA_SAFETY checks for proper function arguments.
28     * Add check if given arguments (distance and coordinates) in eina_tiler
29     and eina_rectangle are not below zero
30
31 Fixes:
32     * Add missing files in the tarball.
33     * Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
34     * Portability issue with Eina_Value when char are not signed by default (case on ARM
35     and PPC).
36     * Portability issue with Eina_Value test suite when unsigned where not promoted to
37     unsigned long (case on Itanium).
38     * Fix issue in the XML parser when a tag was in a comment or a CDATA.
39     * Implement eina_file_map_lines() on Windows.
40     * Handle NULL in all eina_*_free function.
41     * eina_log_console_color_set()
42     * Documentation for eina list specified and eina stringshare fixed.
43     * eina_convert_atofp wrong return value if fp is NULL.
44
45 Removal:
46     * configure options: --disable-posix-threads, --disable-win32-threads,
47       --enable-coverage
48
49 Eina 1.2.0
50
51 Changes since Eina 1.1.0:
52 -------------------------
53
54 Additions:
55
56     * eina_mempool_calloc.
57     * Eina_Semaphore abstraction API.
58     * eina_xattr_fd_ls.
59     * Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
60     * eina_file_map_faulted.
61     * Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
62     * deprecated eina_array_count_get(), use eina_array_count() instead.
63     * eina_inarray data type.
64     * eina_value data type (generic value storage).
65     * eina_file_stat.
66     * eina_log*level_check.
67     * eina_*buf_manage_new_length.
68     * EINA_C_ARRAY_LENGTH macro.
69     * Eina_Stringshare typedef.
70     * add eina_file_map_faulted() for windows port (was missing).
71
72 Fixes:
73
74     * compilation errors in Eina_RWLock when building on Windows newer than XP.
75     * stop leaking Eina_File.
76     * remove dead lock in Eina_File.
77     * bug on eina_shutdown when using eina_error.
78     * NONNULL argument for eina_hash_find.
79     * compilation of eina_semaphore_lock on Windows.
80     * forgotten initialization of eina list count during eina_list_split_list.
81     * leak in Eina_File.
82     * deadlock in Eina_File.
83     * make it possible to force the number of detected CPU on a system.
84
85 Improvements:
86
87     * faster implementation of Eina_Rbtree.
88     * let eina_hash_free behave like free.
89
90 Eina 1.1.0 (2011-12-02)
91
92 Changes since Eina 1.0.0:
93 -------------------------
94
95 Additions:
96
97     * eina_unicode_strndup API
98     * EINA_INLIST_FOREACH_SAFE API
99     * eina unicode UTF8 convenience calls API
100     * eina_list_move functions to move list nodes from list to list directly
101     * simple SAX XML parser API added
102     * inlist sort and sorted insert API
103     * mempool repack API
104     * eina_file API for portable file memory-mapping with IO saffety traps
105     * thread locks, conditions etc. wrapper API for portability
106     * prefix API for apps or libs to find their runtime prefix location
107     * refcount macro API
108     * binbuf for binary extendable buffers API
109     * eina_hash_free_cb_set API
110     * eina_main_loop_is API
111     * eina_strbuf_manage_new and eina_ustrbuf_manage_new APIs
112     * eina_xattr API's
113     * eina_hash_murmur3 API
114
115 Fixes:
116
117     * compilation problems with some configure options
118     * stat issue if file size is in bytes and serial number overran 32bits
119     * uninstall of mempool modules
120     * static build of buddy mempool
121     * stringshare multi-init bug
122     * windows port of eina_sched_prio_drop
123     * eina_hash_set to handle data being NULL like eina_hash_del
124     * static linking to eina (iconv can be avoided)
125     * eina_share_common_del and eina_share_common_ref unlock bug
126
127 Improvements:
128
129     * scalability/speed improvements in Chained Mempool
130     * stringshare as storage for eina error strings now