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